You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
A super easy to use file encryption utility written in golang
@@ -18,8 +19,18 @@ A super easy to use file encryption utility written in golang
18
19
4. Add the path of the created folder created in step 2 into [windows path variable](https://docs.alfresco.com/4.2/tasks/fot-addpath.html)
19
20
5. Open the command prompt and enter `filecrypt --help` for detailed info about using flags
20
21
22
+
#### flags
23
+
*`--force` - Force write even if a file exists with that name (overwrite) DESTRUCTIVE
24
+
*`--location` - The location of the file to encrypt/decrypt(determined by the mode flag)
25
+
*`--mode` - FileCrypt mode (encrypt/decrypt These can be replaced with their first letters) Example: `filecrypt --mode=e --location="super secret file.txt" --password="test"`
26
+
*`--password` - Password to be used while encrypting/decrypting
27
+
21
28
## How can I help?
22
29
* Staring this project on github
23
30
* Creating issues
24
31
* Contributing with code or documentation
25
32
* Sharing this project with your friends
33
+
34
+
## What is a .fcef file
35
+
fcef (File. Crypt. Encrypted. File) is an encrypted file that is generated by FileCrypt,
36
+
If you know the password that it was encrypted with it can be decrypted with FileCrypt using the `--mode=d`or `--mode=decrypt` flag.
0 commit comments