Skip to content

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

About

An encryption and decryption library with the most used algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages