Search found 1 match

by bshetty
Thu Feb 18, 2016 4:12 am
Forum: AES Crypt
Topic: Encrypted bytes in Hex?
Replies: 1
Views: 6076

Encrypted bytes in Hex?

Hi I would like to use the AES Crypt for encrypting the data and would like to get the encrypted data in "hex" format rather than in unicode (UTF-8) format. Lets say that I have a bytes "90909090909090909090909090909090" i.e. of 16 bytes in hex(32 chars, each char takes 1 nibble ...