Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/udaysinh-git/securbyte

A handy tool to encrypt text in C
https://github.com/udaysinh-git/securbyte

Last synced: 16 days ago
JSON representation

A handy tool to encrypt text in C

Awesome Lists containing this project

README

        

# SecurByte
## RUN USING FOLLOWING COMMAND SO YOU DONT GET ANY UNNCECESSARY ERROS !!!
### TEST ENCRYPTION : `cd "/home/*/SecurByte/" && gcc main.c -o main -lssl -lcrypto && "/home/*/SecurByte/"main`
# EXTRA #
### MEDICAL RECORD EXAMPLE : `cd "/home/*/SecurByte/medical_record_securbyte" && gcc medical_record_securbyte.c -o medical_record_securbyte -lssl -lcrypto && "/home/*/SecurByte/"medical_record_securbyte`