Skip to content
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

ReferenceError: Crypt is not defined #5

Closed
tatmush opened this issue Apr 3, 2018 · 5 comments
Closed

ReferenceError: Crypt is not defined #5

tatmush opened this issue Apr 3, 2018 · 5 comments

Comments

@tatmush
Copy link

tatmush commented Apr 3, 2018

Initializing Crypt() wont work. Console gives an error Uncaught ReferenceError: Crypt is not defined. I have tried initializing it like so var crypt=new Crypt();. I am trying to encrypt data on the client's browser. I have used this hybrid-crypto.min.js
Please assist me! I'm still new to JavaScript and might be missing something very simple.
I'm stuck and want to complete the project i am working on.

@manishsingh10895
Copy link

same problem

@manishsingh10895
Copy link

For anyone else with the same problem, use lower case crypt

var cr = new crypt();

@nokoh
Copy link

nokoh commented Aug 19, 2018

I'm also experiencing this same issue.

@pwFoo
Copy link

pwFoo commented Aug 4, 2019

Duplicate of #15?

@juhoen
Copy link
Owner

juhoen commented Aug 20, 2019

This should be fixed in commit d79d218.

@juhoen juhoen closed this as completed Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants