Skip to content

squites/crypto-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Lib

Cryptography library that contains some encryption algorithms in C

Note: This project is still under development, including the DES algorithm.

Introduction

This pet project was intended to teach me about how encryption/decryption works, implementing some of the most known algorithms in C from scratch.

Setup

To run it, just follow these commands:

$ make
$ ./des  

About

Cryptography library that contains some encryption algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published