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
What's the command used to do in WalletDemoApplet?
What's the command used to do in WalletDemoApplet?
I found an applet called WalletDemoApplet in JCKit.
On the code line L159, there is a command "00 84 00 00 08" in case statement.
What's this command used to do? When will we use this command?
Can anyone one help me? Thanks
On the code line L159, there is a command "00 84 00 00 08" in case statement.
What's this command used to do? When will we use this command?
Can anyone one help me? Thanks
- UNKNwYSHSA
- Posts: 630
- Joined: Thu May 21, 2015 4:05 am
- Points :3055
- Contact:
Re: What's the command used to do in WalletDemoApplet?
whitexiao wrote:I found an applet called WalletDemoApplet in JCKit.
On the code line L159, there is a command "00 84 00 00 08" in case statement.
What's this command used to do? When will we use this command?
Can anyone one help me? Thanks
Get 8 random bytes as challange? For external authentication.
sense and simplicity
Re: What's the command used to do in WalletDemoApplet?
Card uses this command to generate a random number and tranimit it to the outside card. The outside card application will generate a string of ciphertext using this random number and the agreed algorithm and then transmit it to the card when executing the next command "80 82 00 00 Lc + Cipher". Card will compare this ciphertext with the ciphertext generated in card. If same, it indicates that the outside card application is safe and reliable. That is external authentication process.
Re: What's the command used to do in WalletDemoApplet?
UNKNwYSHSA wrote:whitexiao wrote:I found an applet called WalletDemoApplet in JCKit.
On the code line L159, there is a command "00 84 00 00 08" in case statement.
What's this command used to do? When will we use this command?
Can anyone one help me? Thanks
Get 8 random bytes as challange? For external authentication.
Yes, it used for external authentication. Thank you UNKNwYSHSA .
Who is online
Users browsing this forum: Baidu [Spider], Google [Bot] and 35 guests