Skip to content

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

Notifications You must be signed in to change notification settings

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

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks