subscriptions-project / encryption

Apache License 2.0
7 stars 5 forks source link

Add JS file to decrypt with AES-GCM #3

Closed elijahsoria closed 4 years ago

elijahsoria commented 4 years ago

Adds a decryption method that uses subtle.crypto.Decrypt to decrypt with AES-GCM, supported on all browsers.