1-4 of 4 found
Appendix E. Veil2 Authentication Protocols
Create a sha-1 hash of the concatenated string. Encode the hash as a base64 string. The open_connection() function will create the same encoded hash internally and check that it matches.
pgsodium
… will always have the same fingerprint, similar to the MD5 or SHA-1 functions for which crypto_generichash() is a faster and more secure alternative. But a key can also be specified.
PostgreSQL Partition Manager Extension (pg_partman)
Uses pg_dump, creates a SHA-512 hash file of the dump file, and then drops the table. When combined with the retention_schema configuration option, provides a way to reliably dump out tables that…
CHANGELOG-pre-5.0.0
… dump any tables found in a given schema using pg_dump, create a SHA-512 hash of the dumped file and then drop the table from the database.