Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunlab-phil committed Jul 13, 2024
1 parent 40270d6 commit d213247
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You can easily encrypt data and store it in storage, then retrieve it.
import { WebSecureStorage } from '@jihyunlab/web-secure-storage';
const storage = await WebSecureStorage.create(
'local', /* local, session */
'aes-256-gcm', /* aes-256-cbc, aes-256-gcm */
'local' /* local, session */,
'aes-256-gcm' /* aes-256-cbc, aes-256-gcm */,
'your secret key'
);
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@jihyunlab/web-buffer": "^1.0.0",
"@jihyunlab/web-crypto": "^1.0.8"
"@jihyunlab/web-crypto": "^1.0.9"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
Expand Down

0 comments on commit d213247

Please sign in to comment.