crypto_server

command module
v0.0.0-...-01ba3af Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2021 License: MIT Imports: 2 Imported by: 0

README

crypto-server

standard-readme compliant CircleCI Maintainability Go Report Card

This application for register, encrypt and decrypt using aes via API calls

Table of Contents

Install

# To run the unit test
$ sh bin/test

# To build the application. This needs go version to be >= 1.11 because of go modules dependency
$ sh bin/build

# To run the application
$ sh bin/run

# To start the server from binary
./app

API

  • To register User /register/:id
  • To Encrypt the message /encrypt_message/:id with JSON body { "message": "Your Message"}
  • To Decrypt the message /send_message/:id with JSON body {"message": "Your Encrypted Message"}

Maintainers

@DreamsOfImran

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2020 Imran Basha

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