From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/pgcrypto.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'doc/src/sgml/html/pgcrypto.html') diff --git a/doc/src/sgml/html/pgcrypto.html b/doc/src/sgml/html/pgcrypto.html index d00a123..1bbefe3 100644 --- a/doc/src/sgml/html/pgcrypto.html +++ b/doc/src/sgml/html/pgcrypto.html @@ -1,5 +1,5 @@ -F.28. pgcrypto — cryptographic functions

F.28. pgcrypto — cryptographic functions #

+F.28. pgcrypto — cryptographic functions

F.28. pgcrypto — cryptographic functions #

The pgcrypto module provides cryptographic functions for PostgreSQL.

@@ -152,7 +152,7 @@ gen_salt(type text [, iter_count integer ]) returns text cracking. Or not.

F.28.3. PGP Encryption Functions #

The functions here implement the encryption part of the OpenPGP - (RFC 4880) + (RFC 4880) standard. Supported are both symmetric-key and public-key encryption.

An encrypted PGP message consists of 2 parts, or packets: @@ -529,17 +529,9 @@ gen_random_uuid() returns uuid attacks. For example, the time required for a pgcrypto decryption function to complete varies among ciphertexts of a given size. -

F.28.6.4. Useful Reading #

F.28.6.5. Technical References #

F.28.7. Author #

+

F.28.7. Author #

Marko Kreen

pgcrypto uses code from the following sources:

AlgorithmAuthorSource origin
DES cryptDavid Burren and othersFreeBSD libcrypt
MD5 cryptPoul-Henning KampFreeBSD libcrypt
Blowfish cryptSolar Designerwww.openwall.com
\ No newline at end of file + buffer cache state Home F.29. pg_freespacemap — examine the free space map \ No newline at end of file -- cgit v1.2.3