SwiftyRSA v0.2.0 Release Notes

    • Added NSData encryption/decryption.
    • Fixed a bug where SwiftyRSA couldn't encrypt/decrypt data which length was bigger than the RSA key block size. #6
    • Added support for headerless RSA public keys, improved public key header parsing function. #2
    • Added Objective-C support.
    • Added instructions to create public/private keys using ssh-keygen.
    • Fixed swift 3 compiler warnings. #4
    • SwiftyRSA is now unit tested on each commit with Travis CI.
    • Unit tests now run against the SwiftyRSA framework, and not the actual sources, which makes sure all required methods are public.