Skip to content

Releases: fdsc/old

BlackDisplay (only for file recover)

01 May 15:34
Compare
Choose a tag to compare

English below

Обратите внимание, программа не поддерживается. Использование программы не рекомендованоn в связи с тем, что она не поддерживается и в ней могут быть какие-либо уязвимости (в части криптографии). Шифрование 512-битным ключом.

Собранные файлы для конечных пользователей смотрите ниже (надпись Assets при клике разворачивается)
для Linux с установленной Mono ( https://www.mono-project.com/ )
rtdb_20210501-lin.zip

для Microsoft Windows с установленной .NET 4.6.1. или более поздней ( https://dotnet.microsoft.com/download )
rtdb_20210501-win.zip
со справкой (для Windows)
rtdb_20210501help.7z


Please note that the program is not under supporting. Its use is not recommended.

Builded files for end users
for Linux with Microsoft Mono ( https://www.mono-project.com/ )
rtdb_20210501-lin.zip

for Microsoft Windows .NET 4.6.1. or later ( https://dotnet.microsoft.com/download )
rtdb_20210501-win.zip


For build need:
Windows 7 or above
.NET 4.6.1 or later
Git
Visual Studio Community ( free IDE, https://visualstudio.microsoft.com/en/vs/community/ )

Clone repository and build in Visual Studio.

Pay attention
If cryptography tests fail, git may have changed "\n "to" \r\n " when extracting text files with test vectors (they are also used as binary files). Reconfigure git or extract the corresponding files manually: "./files/LongMsgKAT_512.txt", "./files/ShortMsgKAT_384.txt", "./files/ShortMsgKAT_256.txt", "./files/ShortMsgKAT_224.txt"

To pass the tests correctly need before cloning
git config --global core.autocrlf false

Since one of the text files is used as storage for the binary initialization vector in the test.

BlackDisplay (only for file recover)

30 Oct 09:48
Compare
Choose a tag to compare

English below

Обратите внимание, программа не поддерживается. Использование программы не рекомендованоn в связи с тем, что она не поддерживается и в ней могут быть какие-либо уязвимости (в части криптографии).

Собранные файлы для конечных пользователей
для Linux с установленной Mono ( https://www.mono-project.com/ )
rtdb_20201030-linux.zip

для Microsoft Windows с установленной .NET 4.6.1. или более поздний ( https://dotnet.microsoft.com/download )
rtdb_20201030-win.zip
со справкой
rtdb_20201030help.7z


Please note that the program is not under supporting. Its use is not recommended.

Builded files for end users
for Linux with Microsoft Mono ( https://www.mono-project.com/ )
rtdb_20201030-linux.zip

for Microsoft Windows .NET 4.6.1. or later ( https://dotnet.microsoft.com/download )
rtdb_20201030-win.zip


For build need:
Windows 7 or above
.NET 4.6.1 or later
Git
Visual Studio Community ( free IDE, https://visualstudio.microsoft.com/en/vs/community/ )

Clone repository and build in Visual Studio.

Pay attention
If cryptography tests fail, git may have changed "\n "to" \r\n " when extracting text files with test vectors (they are also used as binary files). Reconfigure git or extract the corresponding files manually: "./files/LongMsgKAT_512.txt", "./files/ShortMsgKAT_384.txt", "./files/ShortMsgKAT_256.txt", "./files/ShortMsgKAT_224.txt"

To pass the tests correctly need before cloning
git config --global core.autocrlf false

Since one of the text files is used as storage for the binary initialization vector in the test.

BlackDisplay

03 Jun 13:20
Compare
Choose a tag to compare

English below

Обратите внимание, программа не поддерживается. Использование программы не рекомендовано.

Собранные файлы для конечных пользователей
для Linux Mono
rtdb_20200603-linux.zip

для Microsoft Windows .NET 4.6.1. или более поздний ( https://dotnet.microsoft.com/download )
rtdb_20200603-windows.zip


Please note that the program is not under supporting. Its use is not recommended.

Builded files for end users
for Linux Mono
rtdb_20200603-linux.zip

for Microsoft Windows .NET 4.6.1. or later ( https://dotnet.microsoft.com/download )
rtdb_20200603-windows.zip


For build need:
Windows 7 or above
.NET 4.6.1 or later
Git
Visual Studio Community ( free IDE, https://visualstudio.microsoft.com/en/vs/community/ )

Clone repository and build in Visual Studio.

Pay attention
To pass the tests correctly need before cloning
git config --global core.autocrlf false

Since one of the text files is used as storage for the binary initialization vector in the test.

BlackDisplay (only for file recover)

02 Jun 14:13
Compare
Choose a tag to compare

May have incorrect cryptography

See Windows (.NET 4.6.1) and Linux (Mono) versions