Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

Can't found encrypt and decrypt functions using bridging header. #14

Open
datomnurdin opened this issue May 9, 2015 · 1 comment
Open

Comments

@datomnurdin
Copy link

I got problem with this library where I can't found any encrypt and decrypt functions using bridging header.

My code

let instanceAESCrypt = AESCrypt()

screen shot 2015-05-09 at 1 15 18 pm

@pballart
Copy link

They are class methods you don't have to instantiate them. Look at this example:

let encryptedData:String = AESCrypt.encrypt("stringToEncrypt", password: "myPassword");

That works fine for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants