In this post I am providing sample BB10 App for the crypto algorithm Triple DES. Here I have already provided the AES crypto algorithm for the BB10.
Limitations: as it is sample Application
Limitations: as it is sample Application
- It can encrypt maximum upto 40 char len string
- if you want more than 40 len, just change the code in encrypt method
- input should be multiples of SB_DES_BLOCK_SIZE (8)
- if input is not multiple of 8, you will get undefined values
Please comment below if you need any info or any bug you found.
do you have crc32 encryption sample for bb10 please?
ReplyDeletethank you