Skip to content

C program to encrypt and decrypt files recursively

Notifications You must be signed in to change notification settings

YashShah85/mantus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mantus

This is a program written in C to encrypt and decrypt files recursively from the current directory.

Prerequisite

GCC compiler

How to run?

Encryption :

$ gcc mantus.c
./a.out

Decryption :

$ gcc mantus_decrypter.c
./a.out

About

C program to encrypt and decrypt files recursively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%