sjcl
sjcl copied to clipboard
Stanford Javascript Crypto Library
Please add hash param as suggested in the change. There is no way of using anything except SHA256, since this is a default in HMAC. That creates issues for keys...
sjcl hosted on npm doesn't have cbc mode in it, so any calls to sjcl.mode.cbc.decrypt are returning an error. Git and documentation still reference it, though.
Not able to add padding to IV. I have 8 bytes IV. but for decryption, I need to padd 4 bytes to a total 12 bytes.
Hello. I am using sjcl's latest version. Sjcl successfully encrypts using CCM mode with an IV of 1049 bytes. However, according to the [Wycheproof test suite](https://github.com/google/wycheproof/blob/4672ff74d68766e7785c2cac4c597effccef2c5c/testvectors/aes_ccm_test.json#L11), this is forbidden :...
Looking at the documentation, I should be able to use hashing functions such as `sjcl.hash.sha1`. Unfortunately although I see the code in the repo, the minimized `sjcl.js` contains no reference...
Here is a code snippet. whenever I execute it I get the above error `const sjcl = require("sjcl"); var gkey1 = sjcl.ecc.elGamal.generateKeys(384, 10); var alicekeys = gkey1.pub.kem(10); var gkey2 =...
Do it is possible to encrypt/decrypt [Pushbullet messages](https://docs.pushbullet.com/#key-generation)?
Hi , This side front-dev. I came across your SJCL, it looks great after reading. However, How to implement in angular project is quite unclear... or due to lack of...
My team would use the package sjcl and to approve that I've to analyze all its source code and verify all the licenses. So I need to know where I...