/demo-web-pbkdf2-and-aes256-gcm

Using the web crypto module for encrypting items using a password as part of the encryption key paired with AES256-GCM

Primary LanguageTypeScript

Demo using PBKFD2 + AES256-GCM

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.