by LK_Poland » Sun Apr 14, 2024 5:56 pm
SuperFish licensed under
GPLv3 is both free and open-source polyalphabetic substitution cipher.
Standard configuration does text encryption with 56 rotors and 263-bit key:
- 26 rotors are built-in
- 30 rotors are provided in text file
New in this version:
- key length increased from 15 to 18 characters
- key expansion routine allows use of more than 18 rotors
- rotors count increased from 15 to 56 in standard configuration
- user can add custom rotors in rotors.txt file
Dependencies:
Precompiled standalone Windows 10 version
download.
Project source code repository is hosted on
gitlab.
[i]SuperFish[/i] licensed under [url=https://www.gnu.org/licenses/gpl-3.0.html]GPLv3[/url] is both free and open-source polyalphabetic substitution cipher.
Standard configuration does text encryption with 56 rotors and 263-bit key:
[list]
[*]26 rotors are built-in
[*]30 rotors are provided in text file
[/list]
[img]https://i.ibb.co/rfnm5tD/sf11.jpg[/img]
[b]New in this version:[/b]
[list]
[*] key length increased from 15 to 18 characters
[*] key expansion routine allows use of more than 18 rotors
[*] rotors count increased from 15 to 56 in standard configuration
[*] user can add custom rotors in rotors.txt file
[/list]
[b]Dependencies:[/b]
[list]
[*]C++
[*]Qt 5
[/list]
Precompiled standalone Windows 10 version [url=https://drive.google.com/file/d/1GPh_dggNSs0HimC0H8dYlUpIX4MN4vp-/view?usp=sharing]download[/url].
Project source code repository is hosted on [url=https://gitlab.com/LK_Poland/superfish]gitlab[/url].