Categorygithub.com/DreamsOfImran/crypto_server
modulepackage
0.0.0-20210815114218-01ba3afde52e
Repository: https://github.com/dreamsofimran/crypto_server.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author