Results 1 to 3 of 3
- 08-03-2011, 09:49 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 3
- Rep Power
- 0
- 08-03-2011, 01:36 PM #2
What methods/classes did you use for the encryption? Do they have a matching decryption methods/classes?
- 08-03-2011, 01:43 PM #3
Member
- Join Date
- Aug 2011
- Posts
- 3
- Rep Power
- 0
Was using PasswordEncryptionValidator provided by IzPack. We got the problem when we tried to decrypt the password on Mac. The probable cause was that the key was generated randomly, which was pretty consistent in Windows environment for a particular algorithm, but not on others. Also, another reason could be the different encodings on these environments.
Anyway, we found the workaround - that of using custom password encryptor (validator) class . This way, we could write our own algorithm to encrypt the password during installation and decrypt the same in the application.
Similar Threads
-
Izpack and the others
By newbiejava in forum New To JavaReplies: 12Last Post: 09-18-2010, 03:00 PM -
how to check password for 3 times enterd wrong password
By sk.mahaboobbhasha@gmail.c in forum New To JavaReplies: 2Last Post: 11-14-2008, 07:53 PM -
how to check password for 3 times enterd wrong password
By sk.mahaboobbhasha@gmail.c in forum Java ServletReplies: 0Last Post: 11-14-2008, 01:22 PM -
How to check password of a jsp/html with the password of Database(mysql) #1
By sk.mahaboobbhasha@gmail.c in forum Java ServletReplies: 2Last Post: 11-14-2008, 01:11 PM -
IzPack 3.10.2
By levent in forum Java SoftwareReplies: 0Last Post: 05-12-2007, 12:21 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks