-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
Looking at https://cdnjs.com/libraries/sjcl only the base class is available. However sjcl consists of additional modules (sha1, aescbc, ...) that are not available in the core version. The package sc…
-
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 documentation, i am unclear to imp…
-
Hi,
I want to encrypt a pretty big string, around 60 mo (which come from file).
Since i want to have a responsive ui, i chunked the string into small parts.
And i encrypt each part one after the oth…
-
Enable AES Encryption for Notes in RemoteStorage. Use one of this two libraries:
- https://code.google.com/p/crypto-js
- http://bitwiseshiftleft.github.io/sjcl/
-
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 can find the source code of the compiler.jar and its…
-
While testing AES in CCM mode using sjcl I was unable to decrypt the resulting cipher text with an external library, because sjcl allowed me to use an invalid IV size.
The nonce (IV) must be between …
-
I was redirected here from https://github.com/braintree/braintree-web/issues/366
braintree-web uses sjcl, however since the latest release of Angular it doesn't support shims for crypto and other nod…
-
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 to an…
-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…