Skip to content

mweslander/cryptify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptify

A simple node CLI for encrypting and decrypting files with a secret.

Why?

I needed an easy way to share a sensitive file.

Installation

  • Clone Repo git clone git@github.com:mweslander/cryptify.git
  • Change Directory cd cryptify
  • Link npm link

Usage

  • Encrypt cryptify sanity-check.txt SomethingSuperSecretNotLikeThis
    • Make sure it's jumbled cat sanity-check.zip
  • Decrypt cryptify sanity-check.zip SomethingSuperSecretNotLikeThis decrypt
    • Make sure you don't get any diff output diff sanity-check.txt sanity-checkDELETE.txt

IRL

As long as you and your buddy have cryptify installed, you could:

  1. Cryptify your sensitive file with a secret
  2. Send the encrypted zip file in an email
  3. Tell your secret to your buddy
  4. Bam. They have the sensitive file contents.

About

A tiny tool for encrypting and decrypting files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published