• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FinalCrypt - The No¹ One-Time Pad Encryption


Commit MetaInfo

Revisãofb09ea00ba3e7e302d35ba2fbad69a0a65e7338b (tree)
Hora2021-05-12 04:13:12
Autorron <ronuitzaandam@gmai...>
Commiterron

Mensagem de Log

Date: 2021-05-11 Version: 6.8.0

Added "Non MAC Mode" to "Auto Key Mode" for pro's
"Non MAC Mode" already worked in "Manual Key Mode"
"Non MAC Mode" only available on the command line
"Non MAC Mode" is only meant for security experts
Added the following "--print" commandline options
"--print-horizontal", "--print-vertical" (default)

Fix "Non Mac Mode" key size disregarding MAC size
This update makes it impossible to distinct between
Non MAC encrypted files and corresponding key files

Mudança Sumário

Diff

--- a/manpage.txt
+++ b/manpage.txt
@@ -35,7 +35,9 @@ Options:
3535 [--no-key-size] Allow key-size less than the default minimum of 140 bytes
3636 [-d] [--debug] Enables debugging mode
3737 [-v] [--verbose] Enables verbose mode
38- [--print] Print all bytes binary, hexdec & char (slows encryption severely)
38+ [--print] Print all bytes binary, hexdec, dec & char vertical (slow!!!)
39+ [--print-virtical] Print all bytes binary, hexdec, dec & char vertical (slow!!!)
40+ [--print-horizontal] Print all bytes binary, hexdec, dec & char horizontal (slow!!!)
3941 [-l] [--symlink] Include symlinks (can cause double encryption! Not recommended!)
4042 [--reuse-keys] Reuse Keys only works in MAC Mode (experts only, breaks OTP rule)
4143 [--disable-MAC] Non MAC Mode - Please see http://www.finalcrypt.org/faq.php#t25
@@ -66,4 +68,4 @@ Parameters:
6668 <[-t "file/dir"]> Target items (files or directories) you want to encrypt (recursive)
6769 <[-b "batchfile"]> Batchfile with targetfiles you want to encrypt (only files)
6870
69-FinalCrypt 6.8.0 - Author: Ron de Jong <info@finalcrypt.org> - CC BY-NC-ND 4.0: License 2017-2021
71+FinalCrypt 6.8.0 - Author: Ron de Jong <info@finalcrypt.org> - CC BY-NC-ND 4.0: License 2017-2021
\ No newline at end of file