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 path of thekryptor
file (e.g.Downloads/kryptor-macos-x64
).Right click on the
kryptor
file, chooseOpen
, and clickOpen
in the popup.Close the
TextEdit
application.Open the
terminal
(e.g. search your programs forterminal
) and navigate to the path of the folder containing thekryptor
file (e.g.cd Downloads/kryptor-macos-x64
).Mark the
kryptor
file as executable usingchmod +x kryptor
.Enter the command
cd
.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 Downloads/kryptor-macos-x64/kryptor /Users/samuellucas
).Type
./kryptor -h
for a list of commands and some examples.
Don't move the executable into a directory that requires root privileges.
Last updated