by Anish
Posted on Thursday september 20, 2018
This sample chapter extracted from the book, Cryptography for JavaScript Developers.
Here is a table listing all algorithms that WebKit currently supports, and corresponding permitted operations of each algorithm
Algorithm name | encrypt | decrypt | sign | verify | digest | generateKey | deriveKey | deriveBits | importKey | exportKey | wrapKey | unwrapKey |
---|---|---|---|---|---|---|---|---|---|---|---|---|
RSASSA-PKCS1-v1_5 | Y | Y | Y | Y | Y | |||||||
RSA-PSS | Y | Y | Y | Y | Y | |||||||
RSA-OAEP | Y | Y | Y | Y | Y | Y | Y | |||||
ECDSA | Y | Y | Y | Y | Y | |||||||
ECDH | Y | Y | Y | Y | Y | |||||||
AES-CTR | Y | Y | Y | Y | Y | Y | Y | |||||
AES-CBC | Y | Y | Y | Y | Y | Y | Y | |||||
AES-GCM | Y | Y | Y | Y | Y | Y | Y | |||||
AES-KW | Y | Y | Y | Y | Y | |||||||
HMAC | Y | Y | Y | Y | Y | |||||||
SHA-1 | Y | |||||||||||
SHA-256 | Y | |||||||||||
SHA-384 | Y | |||||||||||
SHA-512 | Y | |||||||||||
HKDF | Y | Y | Y | |||||||||
PBKDF2 | Y | Y | Y |
Thanku for reading !!! Give a Share for Support
Instead of directly asking for donations, I'm thrilled to offer you all nine of my books for just $9 on leanpub By grabbing this bundle you not only help cover my coffee, beer, and Amazon bills but also play a crucial role in advancing and refining this project. Your contribution is indispensable, and I'm genuinely grateful for your involvement in this journey!
Any private key value that you enter or we generate is not stored on this site, this tool is provided via an HTTPS URL to ensure that private keys cannot be stolen, for extra security run this software on your network, no cloud dependency