Aswan
Aswan

Reputation: 5135

AES implementation for BlackBerry and iPhone

How to implement AES in BlackBerry and iPhone?

Upvotes: 0

Views: 1075

Answers (4)

the.evangelist
the.evangelist

Reputation: 488

You could look in CommonCrypto library, and CryptoExercise sample app in Apple developer portal.

Upvotes: 0

Richard
Richard

Reputation: 8920

The RIM knowedge base article How to - Use Basic Encryption, explains how to implement AES encryption using the Blackberry API.

Upvotes: 1

Michael Donohue
Michael Donohue

Reputation: 11876

Check out BouncyCastle for a JavaME implementation of many common crypto algorithms.

Upvotes: 0

Pripyat
Pripyat

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

Related Questions