https://github.com/franky47/cryptograph
GraphQL API for cryptographic functions
https://github.com/franky47/cryptograph
cryptography graphql serverless
Last synced: about 1 month ago
JSON representation
GraphQL API for cryptographic functions
- Host: GitHub
- URL: https://github.com/franky47/cryptograph
- Owner: franky47
- Created: 2018-10-05T07:12:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T07:13:28.000Z (over 7 years ago)
- Last Synced: 2025-03-22T07:24:12.543Z (about 1 year ago)
- Topics: cryptography, graphql, serverless
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptograph
GraphQL API for cryptographic functions. [https://cryptograph.now.sh/graphql/](https://cryptograph.now.sh/graphql/)
## Disclaimer
This project is intended for educational purposes on cryptography.
Do **NOT** use this in a security-conscious production project.
Especially regarding the HMAC algorithms that require sending the secret along with the data. Don't send (actual) secrets over the wire !
## How to use
Visit [`https://cryptograph.now.sh`](https://cryptograph.now.sh).
GraphQL Playground is available for you to play with the API in the browser.
## Tech
Built with [Apollo Server and micro](https://www.apollographql.com/docs/apollo-server/servers/micro.html) and deployed on [Zeit Now Serverless Docker](https://zeit.co/blog/serverless-docker).