secure-share

command module
v0.0.0-...-b67c493 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2023 License: BSD-3-Clause Imports: 16 Imported by: 0

README

Encrypt.One

The main goal of https://encrypt.one is to make sensitive information sharing safe and secure. it was achieved by using full client-side encryption model.

Created by Final Level.

Advantages

  • Before information is sent to the server it is encrypted (by AES 256) in your browser with a randomly generated key or your passphrase by crypto-js.

  • The server receives your information encrypted and cannot decrypt it, because the link or the passphrase never send to the server.

  • After you send the link and the passphrase via any kind of communication, the recipient browser decrypts it and the information is deleted from the server.

Prerequisites

Setup

  • Ensure that GOPATH is set.
  npm -i
  GOOS=linux GOARCH=amd64 ./package.sh encryptone

Run

  • Ensure that STORAGE_TYPE is set to disk and storage variables (eg. DISK_STORAGE_PATHS) if you want to store your data permanently.
  • Set USE_HASHING=1 for assets hashing

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL