wokier / gwt-crypto

Automatically exported from code.google.com/p/gwt-crypto
8 stars 1 forks source link

How to convert to PHP (for example) #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I used your example code for creating a hash with TripleDesCipher
2. I used the standard php TripleDes Encryption with the same data and key

What is the expected output? What do you see instead?
I expected to identical strings (or at least that I would be able to use them 
both)

What version of the product are you using? On what operating system?
I'm using php 5.2 and GWT 2.4.0

Please provide any additional information below.

Original issue reported on code.google.com by lichtkab...@gmail.com on 30 Jan 2012 at 1:15

GoogleCodeExporter commented 9 years ago
This is something I used to create pseudo-capcha behavior, check this out... 
Hope it helps (also make sure you use some padding if you need to use longer 
data)

Original comment by rame...@gmail.com on 26 Mar 2012 at 8:44

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for your reply. In the Challenger.java file you refere to 
Base64.fixUrl().
This method is not available in the crypto-package. Can you tell me where to 
find this file?

Original comment by lichtkab...@gmail.com on 1 May 2012 at 1:05