From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/pgcrypto.sgml | 68 +--------------------------------------------- 1 file changed, 1 insertion(+), 67 deletions(-) (limited to 'doc/src/sgml/pgcrypto.sgml') diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 43fb8db..3ca39c1 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -442,7 +442,7 @@ gen_salt(type text [, iter_count integer ]) returns text The functions here implement the encryption part of the OpenPGP - (RFC 4880) + (RFC 4880) standard. Supported are both symmetric-key and public-key encryption. @@ -1220,72 +1220,6 @@ gen_random_uuid() returns uuid ciphertexts of a given size. - - - Useful Reading - - - - - The GNU Privacy Handbook. - - - - Describes the crypt-blowfish algorithm. - - - - - - How to choose a good password. - - - - Interesting idea for picking passwords. - - - - - - Describes good and bad cryptography. - - - - - - Technical References - - - - - OpenPGP message format. - - - - The MD5 Message-Digest Algorithm. - - - - HMAC: Keyed-Hashing for Message Authentication. - - - - - - Comparison of crypt-des, crypt-md5 and bcrypt algorithms. - - - - - - Description of Fortuna CSPRNG. - - - - Jean-Luc Cooke Fortuna-based /dev/random driver for Linux. - - - -- cgit v1.2.3