Skip to content

moehandi/fcrypts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Language GoReportCard License Status

About filecrypt

Fcrypts is a Go package for encrypt and decrypt files using the aes-gcm encryption.

Installation

Option 1: Go Get

import "github.com/moehandi/filecrypt"

Usage

// Encrypts a file
filecrypt.Encrypt(file, password)

// Decrypts a file
filecrypt.Decrypt(file, password)

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. To begin developing, do this:

$ git clone --recursive [email protected]:moehandi/fcrypts.git
$ cd fcrypts/

Contribute

  1. Create an issue to discuss about your idea
  2. [Fork it] (https://github.com/moehandi/filecrypt/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

About

File encryption written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages