Return this CryptoOps decrypted using AES in ECB Mode Returns an Array[Byte]
Return this CryptoOps encrypted using AES in ECB mode Returns an Array[Byte]
Return the MD5 of this BaseN
Pad this block in the same way as pkcs5Pad but with a selectable block size.
Pad this CryptoOps to a multiple of 16 bytes by: adding n bytes of value n where n is the number of bytes required to make this a multiple of 16.
Pad this CryptoOps to a multiple of 16 bytes by: adding n bytes of value n where n is the number of bytes required to make this a multiple of 16. Where the block is a multiple of 16, a full block is added.
Return the SHA-1 of this BaseN
Return the sha256 of this CryptOps