Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
39e54e32
Commit
39e54e32
authored
May 03, 2005
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in documentation.
parent
47ce51c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
contrib/pgcrypto/README.pgcrypto
contrib/pgcrypto/README.pgcrypto
+5
-5
No files found.
contrib/pgcrypto/README.pgcrypto
View file @
39e54e32
...
@@ -90,7 +90,7 @@ gen_salt(type::text)::text
...
@@ -90,7 +90,7 @@ gen_salt(type::text)::text
gen_salt(type::text, rounds::int4)::text
gen_salt(type::text, rounds::int4)::text
same as above, but lets user specify iteration count
same as above, but lets user specify iteration count
for algorithm. Number is algo
t
ithm specific:
for algorithm. Number is algo
r
ithm specific:
type default min max
type default min max
---------------------------------
---------------------------------
...
@@ -149,13 +149,13 @@ decrypt_iv(data::bytea, key::bytea, iv::bytea, type::text)::bytea
...
@@ -149,13 +149,13 @@ decrypt_iv(data::bytea, key::bytea, iv::bytea, type::text)::bytea
ALGORITHMS
ALGORITHMS
==========
==========
The standard functionality at the moment consist of
The standard functionality at the moment consist
s
of
Hashes: md5, sha1
Hashes: md5, sha1
Ciphers: bf, aes
Ciphers: bf, aes
Modes: cbc, ecb
Modes: cbc, ecb
TODO: write sta
r
dard names for optional ciphers too.
TODO: write sta
n
dard names for optional ciphers too.
LIBRARIES
LIBRARIES
=========
=========
...
@@ -168,8 +168,8 @@ LIBRARIES
...
@@ -168,8 +168,8 @@ LIBRARIES
* other:
* other:
[ This only list
of stuff
libraries claim to support. So
[ This only list
s stuff that the
libraries claim to support. So
pgcrypto may work with all of them. But ATM tested are
e
only the
pgcrypto may work with all of them. But ATM tested are only the
standard ciphers. On others pgcrypto and library may mess something
standard ciphers. On others pgcrypto and library may mess something
up. You have been warned. ]
up. You have been warned. ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment