Skip to content

Commit

Permalink
Some data fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Burzi committed Nov 3, 2022
1 parent 49fe475 commit 474631c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "symcryptor",
"version": "1.0.0",
"description": "A simple symmetric encryptor with aes-256-ctr and kmac256",
"version": "0.9",
"description": "SymCryptor allows you to easy use a symmetric encryption (with AES-CTR-256) and a signature method (with KMAC-256)",
"main": "index.js",
"scripts": {
"test": "node test.js"
Expand All @@ -11,9 +11,17 @@
"url": "git+https://github.com/angy91m/symcryptor.git"
},
"keywords": [
"crypto",
"cryptography",
"encryption",
"decryption",
"encrypt",
"decrypt",
"cipher",
"aes",
"aes-ctr",
"ctr",
"aes-256-ctr",
"hash",
"sha3",
"kmac",
"kmac256"
Expand Down

0 comments on commit 474631c

Please sign in to comment.