Skip to content

Blowfish encryption&decryption(related to openfire's blowfish.java) for iOS

License

Notifications You must be signed in to change notification settings

JiaoLiu/CHBlowfishDemo

Repository files navigation

CHBlowfishDemo

《Blowfish》

EASY TO USE

Just copy the CHBlowfish Dir into your Project!!

CHBlowfish *fish = [[CHBlowfish alloc] init];
fish.Key = @"hello";
fish.IV = 1234; // long value
[fish initBlowfish];
NSLog(@"%@",[fish encrypt:@"****"]);
NSLog(@"%@",[fish decrypt:@"****");

Notice: ONLY SUPPORT ASCII CAPABLE WORD ENCRYPT&DECRYPT RIGHT NOW!!

-Jiao
-2015/6/9

Screenshots

image

About

Blowfish encryption&decryption(related to openfire's blowfish.java) for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published