Download Latest Version BitShade-win-2020.05.05.zip (32.6 MB)
Email in envelope

Get an email when there's a new version of BitShade

Home / Python
Name Modified Size InfoDownloads / Week
Parent folder
BitShade-1.0-static-win64.zip 2017-07-21 8.2 MB
README.txt 2016-02-08 1.1 kB
bitshade_1.0-1.deb 2015-11-17 28.9 kB
BitShade-1.0.tar.xz 2015-11-17 27.0 kB
Totals: 4 Items   8.3 MB 0
BitShade
========
Copyright (c) 2015,2016 Carlo Tegano
BitShade is free software, you can redistribute it and/or modify it under
the terms of the GNU General Public License.

BitShade is a Python script to AES encrypt/decrypt or base64 encode/decode
any file via a nice graphic user interface.

With BitShade you can:
 - encrypt/decrypt any file with the AES
 - encrypt/decrypt a string on the fly
 - view or edit an encrypted text file on the fly
 - encode/decode any file to a base64 string


Files:
-----

    *BitShade.tar.xz*
Multiplatform scripts, requires a Python installation to run.

    *bitshade_1.0-1.deb*
Debian package for Linux, tested on Ubuntu 14.04 LTS.
See installation instructions here below.

    *BitShade-static-win64.zip*
Static binary distribution Windows platform 64 bit, no installation is required,
can be launched from an external device like an usb stick.


Installation
------------
 * Unix/Linux
user@host:~$ xz -c BitShade.tar.xz | tar xf -
user@host:~$ cd BitShade
user@host:~$ ./BitShade.py 

 * Linux
user@host:~$ sudo dpgk -i bitshade_1.0-1.deb
to remove package:
user@host:~$ sudo dpgk -r bitshade
Source: README.txt, updated 2016-02-08