https://github.com/fechbmaster/swsys_libressl_aes_rsa
https://github.com/fechbmaster/swsys_libressl_aes_rsa
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fechbmaster/swsys_libressl_aes_rsa
- Owner: fechbmaster
- License: gpl-3.0
- Created: 2017-07-09T18:45:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T19:15:15.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T13:18:16.215Z (over 1 year ago)
- Language: C
- Size: 4.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swsys_libressl_aes_rsa
A little program that encrypt and decrypt messages using aes and rsa with LibreSSL library.
## Usage
To compile programs with LibreSSL, you simply add the include files and libraries to the compiler options. If you run the program and you have system-wide installation of LibreSSL, there are no further steps required, otherwise, you must inform the dynamic linker to add the OpenSSL libraries. Assuming, that LibreSSL is installed under /opt/libressl the command will be: LD_LIBRARY_PATH="/opt/libressl/lib" ./foo.