Skip to content

C program to encrypt and decrypt files recursively

Notifications You must be signed in to change notification settings

sarthak-trivedi/mantus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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