Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 30, 2023
1 parent f30cdc2 commit af8bbc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ $ CREATE EXTENSION IF NOT EXISTS pgcrypsi;
- AES 192: key length should be 24 bytes/char
- AES 256: key length should be 32 bytes/char
### Run test
```shell
postgres=# \i /home/user/pgcrypsi/test.sql
```
### Test the extensions
Encrypt
Expand Down

0 comments on commit af8bbc8

Please sign in to comment.