FinalCrypt

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

FinalCrypt

#1 Post by labbe5 »

Review : https://darkumbra.net/forums/topic/2486 ... crypt-270/

FinalCrypt encrypts & decrypts your data with a personal (cipher) file like your personal photo or video. Virtually all encryption software uses very small public / private key files (Rijndael based encryption lik: AES and DES). A FinalCrypt cipher file can be much larger (GigaBytes even), which makes it infinitely more hard to bruteforce attack (crack) as no supercomputer cluster can try all the combinations to recreate your holiday photo or video. FinalCrypt encryption is unbreakable without your personal cipher. Secure one or more files using a secret cipher file.

I see a problem. What happens when a file is damaged and its integrity is affected? Make copies of your cipher file on two or more storage devices.

Download
jar : https://sourceforge.net/projects/finalc ... r/download
deb : https://sourceforge.net/projects/finalc ... b/download

Installation of java on Debiandog and similar OS :
#apt install default-jre

Further reading :
https://betanews.com/2019/04/02/finalcrypt/
Last edited by labbe5 on Mon 24 Jun 2019, 13:41, edited 1 time in total.

labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

FinalCrypt

#2 Post by labbe5 »

http://www.finalcrypt.org/

Download :
portableTGZ : wget http://www.finalcrypt.org/downloads/Lin ... x86_64.tgz
tar xvf FinalCrypt_Linux_x86_64.tgz
cd FinalCrypt
./FinalCrypt
OR
deb : http://www.finalcrypt.org/downloads/Lin ... _Based.deb

Encrypt up to 4 billion files in one go. No need to encrypt files one by one, supporting unlimited file size. Select multiple files and directories and encrypt or decrypt.

FinalCrypt uses symmetric One-Time-Pad File-Encryption, which is the most unbreakable encryption known.

Disk-Encryption doesn't protect against intruded virusses, spyware, malware or hackers. Only File-Encryption does.

Most encryption software uses recently broken AES.

The Shor's Algorithm will instantly break all asymmetric encryption with Quantum Computers.


Further reading :
How to encrypt files with FinalCrypt on Linux
https://www.addictivetips.com/ubuntu-li ... iveTips%29

Post Reply