kntjspr / lzma

Lightweight version of Citadel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lzma

Lightweight version of Citadel.

File structure

File Structure

Arguments

Citadel.exe [path of the file you wish to encrypt/decrypt] [path to the directory in which the result will be saved] [-e/-d (encrypt/decrypt)] [password (optional)] [File Extension (Optional)]

Encrypting file example:

lzma.exe C:\DecryptedFolder\file.exe C:\EncryptedFolder -e password7737 cit

  • Output sample: C:\EncryptedFolder\dbcsiwpqen.cit

Decrypting file example:

lzma.exe C:\EncryptedFolder\dbcsiwpqen.cit C:\DecryptedFolder -d password7737

  • Output sample: C:\DecryptedFolder\file.exe

About

Lightweight version of Citadel.


Languages

Language:C# 100.0%