Wednesday, July 24, 2013

BB10 Triple DES Crypto Sample App!!

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

  • 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
download the sample app from here.

Please comment below if you need any info or any bug you found.



1 comment:

herahadi said...

do you have crc32 encryption sample for bb10 please?

thank you

Popular Posts