Is there anyway i can retrieve the sbox information from the javax.crypto package?
I come across this site that show the sboxes of des alogrithm. http://www.gymnase-yverdon.vd.ch/branches/mathematique/cryptographie/textes/s_boxes.htm
But i suspect different developers have different implementation on the sbox in another word, it does not mean everyone implement des will use similar sbox value.
Greatly appreciate if anyone can help me with the sbox question.
I agree with @sarnold. DES algorithm uses exactly eight sboxes in "Feistel" function in Substitution stage.
However you can not find the sbox imformation in javax.crypto package since it is a specification, not a implementation. you can find sbox imoformation in
com.sun.crypto.provider
package or
bouncy castle
implementations or any other provider.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With