Skip to content

An encryption and decryption library with the most used algorithms.

License

Notifications You must be signed in to change notification settings

daidson/cryptolibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 CryptoLibrary

An encryption and decryption library with the most used algorithms.

👩‍🏫 Getting started

  • Configure your environment downloading GCC.
  • Run gcc cryptosystem.c -o cryptosystem.x to compile the program.
  • Start having fun running: ./cryptosystem.x

🧪 Tests and Error mapping

  • To run tests and error mapping. use: gcc -Wall -Wextra -std=gnu18 -fdiagnostics-color=always -Ofast -DVERSION=""2.1.170611.090824"" -DBUILD=""170611.090824"" -DDEBUG=0 -DD_ -D_FORTIFY_SOURCE=1 -Wl,--defsym,BUILD_170611_090824=0 -lm cryptosystem.c -o cryptosystem.x 2>&1 | tee errors.err