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