Reputation: 5135
How to implement AES in BlackBerry and iPhone?
Upvotes: 0
Views: 1075
Reputation: 488
You could look in CommonCrypto library, and CryptoExercise sample app in Apple developer portal.
Upvotes: 0
Reputation: 8920
The RIM knowedge base article How to - Use Basic Encryption, explains how to implement AES encryption using the Blackberry API.
Upvotes: 1
Reputation: 11876
Check out BouncyCastle for a JavaME implementation of many common crypto algorithms.
Upvotes: 0
Reputation: 2937
I don't know about Blackberry, but Google revealed this class for the iPhone which can encrypt NSData objects using AES, and supports NSFileManager too.
Upvotes: 0