S-BOX ENCRYPTION

  • Thread starter Thread starter abcdefg12345555
  • Start date Start date
A

abcdefg12345555

Guest
HI

how can i do an encryption algorithm with sbox?it's in c++.

my algorithm is :C = k[1] ⊕ Sbox(P ⊕ k[0])

where c is the cipher text, p is the plain text and the key is two characters

help me please :(

Continue reading...
 
Back
Top