-
Native multisig support.
Bouncycastle probably has support, SJCL too.
-
I obtain password, salt, iter, ,ks, ts, iv, mode, adata, cipher, cipher text from laverna's interface, remote storage, json export settings file & insert them to sjcl.decrypt(). But it doesn't work. I…
-
https://scotthelme.co.uk/a-new-security-header-feature-policy/
I guess it will be easy to add, because we certainly don't use any of these features.
Or maybe "gyroscope" or so may be used by the r…
-
https://github.com/bitwiseshiftleft/sjcl
-
CryptoJS seems discontinued, while SJCL is being maintained very hard.
SJCL includes hmac and sha512 needed for the HD wallets, and it also has support for `window.crypto.getRandomValues()` (https://…
-
When trying to use `Crypto.SJCL.Key.Derivation.HKDF`, you get `TypeError: sjcl.misc.hkdf is not a function`.
This happens with athanclark/sjcl@e6ca43f.
k0001 updated
4 years ago
-
This using in BitGo encrypted keys too.
I saw same things in `padlock` but this is not usable for `only sjcl`.
I mean, please implement that standalone or show the way, how to convert sjcl to ac…
-
I am a Security Analyst and I am performing a Hybrid Application Analysis for a Fortune 100 company that is using sjcl. The assessment team uncovered a weaknesses in how our client was using sjcl.ra…
-
`sjcl.bn.mod` is missing from http://bitwiseshiftleft.github.io/sjcl/doc/symbols/sjcl.bn.html
-
Im attempting to use this library within an electron app. I have currently implemented https://github.com/chesstrian/JSCryptor, however the requirement for native dependencies isnt ideal, so Im lookin…