GithubHelp home page GithubHelp logo

caesarsalad / send-me-nudes Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 7 KB

Just for Fun CLI Cryptography Tool - File Encryption Signing and KEM

Go 100.00%
file-encryption encryption just-for-fun cli cryptography

send-me-nudes's Introduction

Send Me Nudes


Build Status

First of all It's just for fun. So Send Me Nudes comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

After icloud leaked nudes. We should not trust any cloud or message app (even he says that it has end-to-end encryption!)

mark

Dependencies

  • golang.org/x/crypto/nacl/box for encryption and decryption.
  • github.com/h2non/filetype after decryption detecting file type and adding extension

Usage

  -d    enable decryption mode
  -e    enable encryption mode
  -g    generate key files
  -i string
        file to read (default "file")
  -o string
        output file name (default "out")
  -privatekey string
        Your Private Key File (default "client_private.key")
  -base64Pub string 
        Base64 Public Key
  -pubkey string
        Public Key File (default "client_pub.key")

Example

Encryption

./send_me_nudes -e -i nude2.jpg -o newtest -pubkey secret_pub.key -privatekey client_private.key

Decryption

./send_me_nudes -d -i newtest.smn  -base64Pub UEzL6lb/XNPiDQomUININjCtOkmM1g1RCLOvF1JPFTc= -privatekey secret_pri.key

send-me-nudes's People

Contributors

caesarsalad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sariohara

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.