web crypto tutorial aes encryption decryption

preview_player
Показать описание
AES Encryption/Decryption using Web Cryptography API

web crypto api tutorial

The Crypto interface represents an interface to general purpose cryptographic functionality including a cryptographically strong pseudo-random number generator seeded with truly random values.

The AES Encryption/Decryption Mode
The AES-CTR algorithm identifier is used to perform encryption and decryption using AES in Counter mode.

The "AES-CBC" algorithm identifier is used to perform encryption and decryption using AES in Cipher Block Chaining mode

The "AES-GCM" algorithm identifier is used to perform authenticated encryption and decryption using AES in Galois/Counter Mode mode

The "AES-KW" algorithm identifier is used to perform key wrapping using AES,
Рекомендации по теме