Converting Python Decryption to Java

后端 未结 0 1599
死守一世寂寞
死守一世寂寞 2021-01-12 15:00

im currently learning Java, while interested in key decryption i found this code on another thread

BS = 16
unpad = lambda s: s[0:-ord(s[-1:])]

class AESCiphe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题