开发者

xor encryption help need

开发者 https://www.devze.com 2023-01-29 04:53 出处:网络
I would like to encrypt data using X开发者_运维问答OR on Android, iPhone, and BlackBerry.I need to decrypt the data in a .net webservice.

I would like to encrypt data using X开发者_运维问答OR on Android, iPhone, and BlackBerry. I need to decrypt the data in a .net webservice.

Is XOR encryption available on BlackBerry and iPhone?


On BlackBerry, which uses j2me, though the language operators are the same as java SE, there is an "exclusive OR" operator.

The objective-C language, which is what iPhone uses, also has an exclusive OR operator.

0

精彩评论

暂无评论...
验证码 换一张
取 消