crypto icon indicating copy to clipboard operation
crypto copied to clipboard

🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2

Results 2 crypto issues
Sort by recently updated
recently updated
newest added

My typescript AES result is different from golang language, typescript is client language, and golang is my server language. Then I try some AES website like https://the-x.cn/en-US/cryptography/Aes.aspx, and I found...

Hi there! First of all, love your lib. Just started getting into Deno myself and it's nice to see a good crypto library already exists. I'm working on porting another...

enhancement