Skip to content

Electron application focused in provide an easy way to encrypt/decrypt files using AES-256

Notifications You must be signed in to change notification settings

murilopereirame/crypto-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Server

Get ride of sharing your files in a unsecure way!

Motivation

Sharing files across the internet could be not so easy when the subject is security. Even with TLS, the risk of having files stolen/changed by some attack as Man-in-the-middle still real.

This application aims a easy way to encrypt/decrypt files using the most strong AES, with 256 bits of encryption and using Argon2 to generate the password hashes with random salts.

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux