-u|--update
option to check for updates. It is important to stay up-to-date for security and compatibility reasons.src
folder, and open the KryptorCLI.sln
file in Visual Studio 2022 Community.KryptorCLI
in the Solution Explorer
and click on Publish...
.win-x64
, linux-x64
, or osx-x64
. Then click Publish
. You will find the published executable at the path listed next to Target location
.vcruntime140.dll
file in the same folder as kryptor.exe
on Windows. However, as of v3.1.0, Kryptor automatically extracts this .dll
file if it does not exist.src
folder in the terminal (e.g. cd Downloads\Kryptor-3.1.1\src
).[project_file_folder]/bin/[configuration]/[framework]/[runtime]/publish/
..signature
file for your new download. If you do not have a previous version installed, then you should follow the Verifying digests section below..signature
file is in the same directory as the downloaded Kryptor .zip
file.Command Prompt
on Windows (e.g. search for cmd
in the taskbar) or the terminal
on Linux and macOS (e.g. search your programs for terminal
).[file]
with the file path of the Kryptor .zip
file:Good signature
', followed by the authenticated comment 'Kryptor v[version]
'.Bad signature
', then your download is either corrupted or not legitimate and may be unsafe.βPowerShell
window (e.g. search PowerShell
in the taskbar)..zip
file (e.g. cd Downloads
).True
should appear in the PowerShell
window.False
, then your download is either corrupted or not legitimate and may be unsafe.βterminal
window (e.g. search your programs for terminal
)..zip
file (e.g. cd Downloads
).[file]
with the file name of the .zip
file:OK
should appear..zip
file (e.g. the Downloads folder).kryptor-windows.zip
file and select Extract All
.Ctrl
+ X
) the kryptor.exe
file into %USERPROFILE%
, which can be accessed by searching %USERPROFILE%
in the taskbar.Command Prompt
(e.g. search for cmd
in the taskbar).kryptor -h
for a list of commands and some examples. Please see the Tutorial for more information.kryptor.exe
file into a directory that requires administrator privileges.terminal
(e.g. search your programs for terminal
) and navigate to the path of the downloaded .zip
file (e.g. cd Downloads
).unzip kryptor-linux.zip
.cd kryptor-linux
).kryptor
file as executable using chmod +x kryptor
.kryptor
executable to the /home
directory using mv kryptor /home
../kryptor -h
for a list of commands and some examples. Please see the Tutorial for more information.kryptor
file into a directory that requires root privileges.Finder
and navigate to the path of the kryptor
file (e.g. Downloads/kryptor-macos
).kryptor
file, choose Open
, and click Open
in the popup.TextEdit
application.terminal
(e.g. search your programs for terminal
) and navigate to the path of the folder containing the kryptor
file (e.g. cd Downloads/kryptor-macos
).kryptor
file as executable using chmod +x kryptor
.cd
.kryptor
executable to the /Users/USERNAME
directory, replacing USERNAME
with your user account name, which is shown before the @
symbol on the far left of the terminal (e.g. mv Downloads/kryptor-macos/kryptor /Users/samuellucas
)../kryptor -h
for a list of commands and some examples. Please see the Tutorial for more information.kryptor
file into a directory that requires root privileges.