0

I need a PHP script to decrypt the RSA encrypted string generated by this JavaScript library - http://ohdave.com/rsa/

I'm either missing something or I don't know, but I don't remember what was the last thing I looked for so long after and did not find :(

user229044
  • 232,980
  • 40
  • 330
  • 338
titel
  • 3,454
  • 9
  • 45
  • 54

2 Answers2

2

I dunno about you, but i do quick google and found this match:

http://www.sematopia.com/?p=275
http://www.phpclasses.org/browse/package/4121.html
RSA encryption/decryption compatible with Javascript and PHP

Community
  • 1
  • 1
Dels
  • 2,375
  • 9
  • 39
  • 59
1

It's been a long time since I've asked this question; however I've found in meantime an simple way to achieve what I was asking above: http://www.jcryption.org/

Good luck to everyone,
titel

titel
  • 3,454
  • 9
  • 45
  • 54