-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in chrome #17
Comments
@kulwinders can you provide more code of yours? Do you try to save attachments? |
nevermind, I run into the same issue here: #13 (comment) |
I don’t know much about crypto, but the problem comes from this line: chacha.createCipher(key, nonce);
Any ideas? |
gr2m
added a commit
to gr2m/crypto-pouch
that referenced
this issue
Feb 19, 2016
updated dependencies fixes calvinmetcalf#17
will be fixed with #18 – problem was outdated browserify version |
gr2m
added a commit
to gr2m/crypto-pouch
that referenced
this issue
Mar 16, 2016
updated dependencies fixes calvinmetcalf#17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to use this modul in my angular based web app but keeps on getting
Uncaught (in promise) RangeError:
Trying to access beyond buffer length(…)
checkOffset @ bundle.js:7543
Buffer.readUInt32LE @ bundle.js:7566
Chacha20 @ bundle.js:
8225Cipher @ bundle.js:8089
createCipher @ bundle.js:8189
encrypt @ bundle.js:22238
incoming @ bundle.js:
21795handlers.bulkDocs @ bundle.js:21844
The text was updated successfully, but these errors were encountered: