Questions tagged [jcryption]

jCryption is a jQuery plugin library utilizing RSA and AES.

jCryption is a jQuery plugin for encrypting form data in JavaScript using RSA, AES & OpenSSL protocols.

Note: the home site link above is stale, it appears that the project has been abandoned. You can find the archived code in its Github repository.

19 questions
2
votes
2 answers

jCryption ASP.Net MVC

Our security team asked me to not submit plain text passwords in my log in page, we use HTTPS though. so I thought that I need to do client side encryption before submit, I searched for solution and decided to implement jCryption. However the…
Mohammad H
  • 53
  • 1
  • 4
1
vote
2 answers

Encryption of foreign characters with javascript library does not work

Has anyone had good luck encrypting foreign chars with any javascript library? I am encrypting foreign characters using jCryption v. 1.4 library (RSA algo). Looks like the library does not work well with foreign characters (I am using cp1251). The…
dilit
  • 53
  • 1
  • 8
1
vote
4 answers

jCryption + CRAM are a good alternative to SSL?

I would like to know if jCryption + Challenge Response Authentication Mechanism are a good alternative to SSL. I know that SSL is very much better, but I'm making a project where the owner don't want to buy a SSL certificate and, I would like to…
Cristiano Santos
  • 2,157
  • 2
  • 35
  • 53
1
vote
1 answer

Faster RSA library than the one used in jCryption?

Is there a faster RSA algorithm than the one used in jCryption (http://www.jcryption.org/)? I only need the decryption part of the library, if that helps. Also my RSA keys are in integer format, and the cipertext is in HEX format. The reason why i…
Fredefl
  • 1,391
  • 2
  • 17
  • 33
1
vote
1 answer

Implement jcryption in Objective C

I need to implement jcryption in IOS. I have gone through the library it uses Rijndael encryption internally to encrypt the data. I have tried AES256EncryptWithKey but it is not giving me expected encryption key. Any help on this would be nice.…
1
vote
2 answers

How to apply password encryption with Spring Security?

I recently started working on adding security in an existing web application. The application uses jcryption to encrypt the hashed password before sending it to server and then at server side we do the decryption to get the hashed value and than…
Amit
  • 13,134
  • 17
  • 77
  • 148
1
vote
2 answers

jQuery - ASPX Security libraries

I would like to know if there's a combo like jCryption (jCryption) - PHP but for jQuery - ASPX. I mean, I have been searching for a combo to send data both ways (Client-server, server-client) with jQuery to ASPX. The best I found was jCryption that…
user352353
1
vote
0 answers

jcryption 3.0 encryption to java decryption

I am trying to use JCrytion 3.0.1 to encrypt data in javascript and then decrypt it on server by java. My question is how I can get the encrypted string to decrypt it in java using Cipher class which requires Byte[] to process. This is how I…
looooongname
  • 107
  • 2
  • 14
1
vote
1 answer

How to get jCryption work with django and python-rsa (or another python library)

I want to send some secret data to the client, so I want to encrypt it. I'm using jCryption in client side. It uses handshaking in the beginning of the connection, the procedures happen as follows: client generate random AES password. client…
Moamen
  • 706
  • 7
  • 19
1
vote
0 answers

IE 9, IE 8 Comp error with jCryption jQuery plugin - not generating keypair due to caching

I discovered an issue with Internet Explorer 9 and Internet Explorer 8 Comp (so far) with the jQuery plugin, jCryption. Calling the page the first time works fine in said IE version. Subsequent calls to the page result in only the handshake being…
user717236
  • 4,959
  • 19
  • 66
  • 102
1
vote
3 answers

Best practice: How to authenticate/authorize AJAX Calls on the server

the last days I was wondering how is it done? How can you authenticate/authorize that the user is allowed to request the data via AJAX. For now I am using SESSIONS for auth.But this is only a minor protection. Let´s say I have some function called…
zer02
  • 3,963
  • 4
  • 31
  • 66
0
votes
3 answers

How to avoid using BouncyCastle as provider with jCryption

I have been using jCryption for a secure login. On the client i am using the JavaScript package and on the Java decryption i am using BouncyCastle jar to decrypt. The problem is that it works OK in Tomcat but when i take the same webapp and deploy…
special0ne
  • 6,063
  • 17
  • 67
  • 107
0
votes
1 answer

blogger page password encryption in javascript

how can i encrypt this password protection for blogger page ? or add a function maybe ...so it wont be so obvious in the code. and is there anyway that i could add some css design to it ? or make it to popup in the center of the screen.