This is a demo of using PBKDF2 to derive a key from a password, and then using that key to encrypt and decrypt data using AES256-GCM.
-
Notifications
You must be signed in to change notification settings - Fork 0
Using the web crypto module for encrypting items using a password as part of the encryption key paired with AES256-GCM
SeanCassiere/demo-web-pbkdf2-and-aes256-gcm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Using the web crypto module for encrypting items using a password as part of the encryption key paired with AES256-GCM