Code Monkey home page Code Monkey logo

filecrypt's Introduction

filecrypt

Codacy Badge Go Report Card
GitHub repo size Written in
A super easy to use file encryption utility written in golang
FILECRYPT

โš  Filecrypt is nolonger maintained NOTE: if you are planning to use filecrypt for your go-lang project please clone this repo and build your software from there

What's the difference

  • Speed
  • Simple
  • Works on all operating systems

How to use

Windows

  1. Download the latest release from here
  2. Create a folder named "filecrypt" in any drive
  3. Move the downloaded executable(.exe) to the folder created in step 2
  4. Add the path of the created folder created in step 2 into windows path variable
  5. Open the command prompt and enter filecrypt --help for detailed info about using flags

flags

  • --force - Force write even if a file exists with that name (overwrite) DESTRUCTIVE
  • --location - The location of the file to encrypt/decrypt(determined by the mode flag)
  • --mode - FileCrypt mode (encrypt/decrypt These can be replaced with their first letters) Example: filecrypt --mode=e --location="super secret file.txt" --password="test"
  • --password - (removed in release v2 & later) Password to be used while encrypting/decrypting
    Note: due to security issues with commandline flags the password will be prompted at runtime.

Q&A

How can I help?

  • Staring this project on github
  • Creating issues
  • Contributing with code or documentation
  • Sharing this project with your friends

What is a .fcef file

fcef (File. Crypt. Encrypted. File) is an encrypted file that is generated by FileCrypt, If you know the password that it was encrypted with it can be decrypted with FileCrypt using the --mode=dor --mode=decrypt flag.

How is FileCrypt so small

Because Filecrypt

  • Only uses the standard library
  • Has no unwanted code
  • Is built with -ldflags "-s -w" flag
  • Executable is compressed with upx (Only extra small binaries)

Docs

filecrypt's People

Contributors

sunneydev avatar tarithj avatar tomwright avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

filecrypt's Issues

asking for help

Hello, I want to know what file format filecrypt can support? pdf/doc or text
thx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.