Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itrocaiks/asciify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

asciify

very simple script to decrypt/encrypt ASCII (doesn't work for stdin)

Installation

git clone https://github.com/itrocaiks/asciify
cd asciify
clang asciify.c -o asciify
sudo install -m 755 ./asciify /usr/bin/

Usage

Usage: asciify [OPTION] [MESSAGE]
  -e    encrypts the input
  -d    decrypts the input

asciify only decrypts text characters, others will be decrypted as (null)

About

C script to encrypt or decrypt ASCII text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages