Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnapier/rnopensslcryptor
(Not supported or recommended) RNCryptor-style API with OpenSSL-compatible backend for AES encryption
https://github.com/rnapier/rnopensslcryptor
Last synced: 2 days ago
JSON representation
(Not supported or recommended) RNCryptor-style API with OpenSSL-compatible backend for AES encryption
- Host: GitHub
- URL: https://github.com/rnapier/rnopensslcryptor
- Owner: rnapier
- License: mit
- Created: 2014-09-22T13:53:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T13:54:03.000Z (about 10 years ago)
- Last Synced: 2023-03-22T19:07:25.195Z (over 1 year ago)
- Language: Objective-C
- Size: 137 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an RNCryptor-style API in front of an OpenSSL-compatible encryption
format. I don't recommend the OpenSSL format. It has several security problems
that the [RNCryptor](https://github.com/RNCryptor/RNCryptor) format was designed
to improve on. This used to be part of RNCryptor respository. I don't support
this module anymore, but I know some people are using it, so I'm making it
available here.