Skip to content

a base 64 encoding and decoding ransomeware/software in the nim-lang

Notifications You must be signed in to change notification settings

petranol/base64-ransware-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64-ransware-nim

a base 64 encoding and decoding ransomeware/software in the nim-lang

you will need

  • nim language compiler
  • git / github cli
  • vm (it is recommended not needed because it is better not to run it on your local machine

to encrypt file

foo:~bar$ nim c -r enc.nim -e # --enc

to decrypt file(with / without pass word)

foo:~bar$ nim c -r enc.nim -d # --dec or (-dp or --decp or -d -p)for pass word decryption(pass word is in .pass.key file) 

to encrypt text

foo:~bar$ nim c -r enc.nim -te # --textenc

to decrypt text

foo:~bar$ nim c -r enc.nim -td # --textdec

version info

foo:~bar$ nim c -r enc.nim -v # --version

you can use --help / -h for some additional help :)

when using this software/ransome ware be careful the creator will not take any responsibility

About

a base 64 encoding and decoding ransomeware/software in the nim-lang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages