JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
cipher/ decipher with 3DES alg
Moderator: UNKNwYSHSA
cipher/ decipher with 3DES alg
Hey guys,
I came across a problem recently. Hope you can figure me out.
I tried to cipher some text with 3DES alg with a key of 16 bytes. And I asked users to input the first part of my 16 bytes key - that is 8 characters. The second part is hard-coded.
I tried with simple key like "12345678". It ciphers without any problem. So I expected that the result could only be deciphered with that key. But the fact proved that what I thought was wrong. I can also decipher with a similar key, like "12345679".
Can anyone figure out the reason why this happened?
Thank you so much.
I came across a problem recently. Hope you can figure me out.
I tried to cipher some text with 3DES alg with a key of 16 bytes. And I asked users to input the first part of my 16 bytes key - that is 8 characters. The second part is hard-coded.
I tried with simple key like "12345678". It ciphers without any problem. So I expected that the result could only be deciphered with that key. But the fact proved that what I thought was wrong. I can also decipher with a similar key, like "12345679".
Can anyone figure out the reason why this happened?
Thank you so much.
Re: cipher/ decipher with 3DES alg
It seems that your problem has something to do with DES weak key. Do you use weak key?
Re: cipher/ decipher with 3DES alg
I didn't use any weak key. Except 3DES, can I use other algorithms?
Re: cipher/ decipher with 3DES alg
Try to use AES instead.
Re: cipher/ decipher with 3DES alg
Provide sample code so that accurate advice on the problem with your 3DES implementation can be given. With only your brief description, nobody is able to properly visualize the problem.
Who is online
Users browsing this forum: No registered users and 13 guests