Running Kryptor
Windows
Navigate to the location of the downloaded
.zip
file (e.g. the Downloads folder).Right click the
.zip
file and selectExtract All
.Cut and paste (
Ctrl
+X
) thekryptor.exe
file into%USERPROFILE%
, which can be accessed by searching%USERPROFILE%
in the taskbar.Open the
Command Prompt
(e.g. search forcmd
in the taskbar).Type
kryptor -h
for a list of commands and some examples.
Don't move the executable into a directory that requires administrator privileges.
Linux
Open the
terminal
(e.g. search your programs forterminal
) and navigate to the path of the downloaded.zip
file (e.g.cd Downloads
).Type
unzip [file].zip
.Navigate to the extracted folder (e.g.
cd kryptor-linux-x64
).Mark the
kryptor
file as executable usingchmod +x kryptor
.Move the
kryptor
executable to the/home
directory usingmv kryptor /home
.Type
./kryptor -h
for a list of commands and some examples.
Don't move the executable into a directory that requires root privileges.
macOS
Open
Finder
and navigate to the location of the downloaded.zip
file (e.g.Downloads/kryptor-macos-x64.zip
).Double click the
.zip
file to extract it.Open the
Terminal
(e.g. search your programs forTerminal
) and navigate to the path of the extracted folder (e.g.cd Downloads/kryptor-macos-x64
).Mark the
kryptor
file as executable usingchmod +x kryptor
.Move the
kryptor
executable to the/Users/USERNAME
directory, replacingUSERNAME
with your user account name, which is shown before the@
symbol on the far left of the terminal (e.g.mv kryptor /Users/samuellucas
).Type
cd
to return to your user directory.Then type
./kryptor -h
for a list of commands and some examples.macOS will give a warning that Apple couldn't verify the file since it hasn't been signed. Click
Done
, openSystem Settings
, go toPrivacy & Security
, scroll down, and click theAllow Anyway
button.Run
./kryptor -h
again and clickOpen Anyway
when another popup appears. This will ask you to authenticate (e.g. with Touch ID). Then the application will be saved as an exception to your security settings and can be run without any further popups.
See this article for more information on Gatekeeper in macOS, which blocks unidentified software from running to protect against malware.
Don't move the executable into a directory that requires root privileges.
Last updated