-
Need to offer encrypting of whitelist, so that users are less worried using Google syncing features.
This looks useful: https://github.com/bitwiseshiftleft/sjcl/blob/master/demo/example.js
-
The functions `sjcl.json.encrypt` and `sjcl.json.decrypt` deal with serialised JSON, however for my use case I would like to store the encrypted data and metadata (iter, ks, etc.) separately, which is…
-
I am currently unable to use react-native-crypto because randombytes throws this null error.
I am using an ejected Expo, SDK35, and all steps followed from react-native-crypto
I have linked correct…
-
Unrelated to attackers who can run arbitrary code in the page, there is the issue of attackers who can arrange that you pass malformed data to the encrypt/decrypt commands, for example, data containin…
-
When working on https://github.com/IronCoreLabs/ironweb/pull/97 I came across several references to polyfill as a fallback for cryptographic operations. I don't think these are probably needed anymore…
-
[Current behavior.js](https://github.com/sametmax/0bin/blob/dcefd57/zerobin/static/js/behavior.js#L68) seem to use `sjcl.encrypt(key, content)` with no extra parameters and [sjcl code](http://bitwises…
mk-fg updated
10 years ago
-
The following code adds filter operators for encrypting and decrypting filter inputs.
```
/*\
title: TiddlyTools/Filters/encrypt.js
type: application/javascript
module-type: filteroperator
autho…
-
Hi,
I would like to make a suggestion. For me it would be great if notes could be password protected and then encrypted in the filesystem. Sounds a bit paranoid, but sometimes I write notes with mor…
-
Hi i hope this is a good place to ask this question, im looking for a way to decrypt the result of sjcl in ruby.
-
One could use the [SJCL](http://crypto.stanford.edu/sjcl/) to encrypt a file while in transit. The secret key would be generated on the client and stored in the URL as an anchor (http://www.sharefest.…