goencrypt

command module
v0.0.0-...-14adfb9 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2020 License: MIT Imports: 10 Imported by: 0

README

goEncrypt

encryption microservice written in Go

it works by passing in an encryption key and a message to encrypt formatted as JSON

it returns the encrypted message and a random nonce formatted as JSON

for decryption check out this repo:

https://github.com/devincheca/goDecrypt

with a POST request with the following JSON:

{ "Key": "20284538c7d678e53bff67494907fb6791c2098c0edd275f69d159f215b9f91b", "Message": "newKeyTest" }

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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