1.0.404 • Published 1 year ago

kepa-de-mimi v1.0.404

Weekly downloads
1
License
MIT
Repository
-
Last release
1 year ago

kepa-de-mimi (可怕的秘密)

This is a new version. It might be sort of inbetween working but I wanted to publish something without the cryptocurrency donations/tips information because someone altered that text so that it would point at their addresses and I wasn't getting any money from those donations. If this version doesn't work try 1.0.16 I think? I will try to upload a version that works the way I want sooner or later. I have just been working on something else.

I haven't finished writing the tests yet but it has many more tests than it used to have. I would also like to more carefully handle various ciphers and give better error/usage information so that I don't have to hash the inputs to make them the correct length.

Streaming file encryption and decryption command line interface that is useful for encrypting and decrypting large files very quickly.

Trying to move the documentation to a wiki so that there is less git interaction.

npm install kepa-de-mimi -g

or on mac

sudo npm install kepa-de-mimi -g

or if npmjs.com isn't working right

git clone https://github.com/ballantyne/kepa-de-mimi.git
cd kepa-de-mimi
npm install
cd ../
sudo npm install kepa-de-mimi/ -g

or click here to download a zip.

and then

  mimi encrypt -p password -v vector -i filename.extension 
  mimi decrypt -p password -v vector -i filename.extension.mimi

Just using a password is becoming deprecated in the crypto standard library so I am going to make it a requirement to use a vector. To use the old method of encryption use the --backwards flag. The new method might be very different and so it might not work to decrypt old files.

  mimi encrypt -p password -i filename.extension --backwards 
  mimi decrypt -p password -i filename.extension.mimi --backwards

I have also added the ability to pipe data to and from and also redirect from mimi like so:

  cat filename.extension | mimi encrypt -p password --backwards -O >> filename.extension.mimi
  cat filename.extension.mimi | mimi decrypt -p password --backwards -O >> filename.extension

  # or

  cat filename.extension | mimi encrypt -p password -v vector -O >> filename.extension.mimi
  cat filename.extension.mimi | mimi decrypt -p password -v vector -O >> filename.extension

Contributing

If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:

  1. Post a pull request.
  2. Make sure there are tests! We will not accept any patch that is not tested. It's a rare time when explicit tests aren't needed. If you have questions about writing tests for paperclip, please open a GitHub issue.

And once there are some contributors, then I would like to thank all of the contributors!

License

It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

Copyright

© 2022 Scott Ballantyne. See LICENSE for details.

1.0.404

1 year ago

1.0.48

1 year ago

1.0.16

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago