D3C encryption algorithm GPL3
D3C is an encryption algorithm very strong, to do the Brute-Force attack should already know what will come out and any attempt should be repeated because it use double security, the first in ascii and the second in binary, furthermore to an not very experienced eye appears as a plain-text.
- Download:
git clone https://github.com/Bytezz/d3c
- Install lib for Python:
sudo python installP.py
- Install lib for C:
work in progress...
- Install lib for Ruby:
sudo ruby installR.rb
- Install lib for Perl:
sudo perl installPe.pl
- Install all on Linux:
sudo make install
- Install tool for Linux:
sudo bash installTL.sh
- Install text editor for Linux:
sudo bash installTE.sh
- Install all lib on Windows:
instAllW.bat
- Reinstall lib for Python:
sudo python installP.py
- Reinstall lib for C:
work in progress...
- Reinstall lib for Ruby:
sudo ruby installR.rb
- Reinstall lib for Perl:
sudo però installPe.pl
- Reinstall all on Linux:
sudo make reinstall
- Reinstall tool for Linux:
sudo bash installTL.sh -r
- Reinstall text editor for Linunx:
sudo bash installTE.sh -r
- Reinstall all lib on Windows:
instAllW.bat
- Uninstall lib for Python:
sudo python installP.py -u
- Uninstall lib for C:
work in progress...
- Uninstall lib for Ruby:
sudo ruby installR.rb -u
- Uninstall lib for Perl:
sudo perl installPe.pl -u
- Uninstall all on Linux:
sudo make uninstall
- Uninstall tool for Linux:
sudo bash installTL.sh -u
- Uninstall text editor for Linux:
sudo bash installTE.sh -u
- Uninstall all lib on Windows:
instAllW.bat -u
- Use lib for Python:
test.py - Use lib for C:
work in progress... - Use lib for Ruby:
test.rb - Use lib for Perl:
test.pl - Use lib for Php:
test.php - Use lib for JS:
test.html - Use tool for Linux:
d3c --help