Skip to content

Programm that encrypts and decrypts a file or an entire folder

Notifications You must be signed in to change notification settings

alex-bork/FileCrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

FileCrypter

This programm encryps and decrypts a file or an entire folder with AES256.

This program is distributed in the hope that it will be useful, but without any warranty for its implementation!

Usage

1. via Command Line

Encryption

If the file to be encrypted is in the same folder as the FileCrypter is, than use:

    FileCrypter.exe encrypt <filename> <password> --local

or

    FileCrypter.exe encrypt .\<filename> <password>

if not in the same folder, use the command as follows:

    FileCrypter.exe encrypt <fullfilepath> <password>

Decryption

For file decryption the rules are almost the same:

    FileCrypter.exe decrypt <filename.fcrypt|fullfilepath.fcrypt> <password> (--local)

Attention! For decrypting a file the password must be the same as used for the encryption, otherwise the program ends with an error.

2. via GUI

If the program is started without parameters it will run with GUI automatically. ...

Versions

1.0.0

  • Initial Verison

1.0.1

  • Readme corrected
  • Bugfix for --local parameter

1.1.0

  • GUI implemented

About

Programm that encrypts and decrypts a file or an entire folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published