Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/udaysinh-git/securbyte
- Owner: udaysinh-git
- Created: 2024-03-17T06:29:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T00:21:19.000Z (9 months ago)
- Last Synced: 2024-04-27T00:37:23.435Z (9 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`