Skip to content

🔑 SymSec is a Node.js utility for symmetric key encryption with message integrity verification of JSON objects, providing a secure and straightforward way to store or transmit sensitive data.

License

Notifications You must be signed in to change notification settings

belphegor-s/symsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymSec

SymSec is a cryptographic utility for sealing and unsealing JSON objects using symmetric key encryption with message integrity verification in Node.js. This utility provides a simple and secure way to encrypt sensitive data in a JSON object and verify its integrity, ensuring that the data has not been tampered with in transit or storage. It uses the AES-256-GCM encryption algorithm, which provides strong encryption and authentication of the data, and generates a random initialization vector for each encryption to further enhance security.

Local Setup

  • Make sure you have latest version of pnpm install (install via npm i -g pnpm)
  • Clone the repo and install dependencies via pnpm i
  • Run the test via pnpm test
  • Build the src via pnpm build

About

🔑 SymSec is a Node.js utility for symmetric key encryption with message integrity verification of JSON objects, providing a secure and straightforward way to store or transmit sensitive data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published