All Projects → withspectrum → micro-anonymizomatic

withspectrum / micro-anonymizomatic

Licence: MIT License
A microservice to anonymize strings

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to micro-anonymizomatic

node-carotte-amqp
An amqplib wrapper for microservices
Stars: ✭ 27 (+50%)
Mutual labels:  microservice
ILEastic
Embedded application server for ILE on IBM i
Stars: ✭ 31 (+72.22%)
Mutual labels:  microservice
happyride
Happy Ride
Stars: ✭ 90 (+400%)
Mutual labels:  microservice
kubernetes-go-grpc
Microservices using Go, gRPC and Kubernates
Stars: ✭ 35 (+94.44%)
Mutual labels:  microservice
silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
Stars: ✭ 146 (+711.11%)
Mutual labels:  microservice
space-cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,405 (+18816.67%)
Mutual labels:  microservice
imageup
🎑 ⬆️ A high speed image manipulation and storage microservice for Google Cloud Platform written in Go
Stars: ✭ 33 (+83.33%)
Mutual labels:  microservice
tracking
A geospatial tracking service with Go and Redis
Stars: ✭ 34 (+88.89%)
Mutual labels:  microservice
mu-cl-resources
High-level abstractions for generating generic jsonapi compliant resources configured in Common Lisp.
Stars: ✭ 14 (-22.22%)
Mutual labels:  microservice
EvaEngine.js
A micro service development engine for node.js
Stars: ✭ 31 (+72.22%)
Mutual labels:  microservice
api-gateway
Api Gateway for a microservices deployment
Stars: ✭ 31 (+72.22%)
Mutual labels:  microservice
microservice-bootstrap
Get started with Microservices using dotnet core
Stars: ✭ 18 (+0%)
Mutual labels:  microservice
Sandwich-Daemon
Sandwich Daemon is the middle man between discord and your microserviced bot. Handles gateway, state and provides a dashboard.
Stars: ✭ 21 (+16.67%)
Mutual labels:  microservice
game 01
Scalable MMORPG game server based on entity control
Stars: ✭ 19 (+5.56%)
Mutual labels:  microservice
TarsTup
Tars tup protocol
Stars: ✭ 49 (+172.22%)
Mutual labels:  microservice
demo-vertx-kotlin-rxjava2-kubernetes
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes
Stars: ✭ 23 (+27.78%)
Mutual labels:  microservice
SocketHook
Socket hook is an injector based on EasyHook (win only) which redirect the traffic to your local server.
Stars: ✭ 38 (+111.11%)
Mutual labels:  microservice
eshopzero
.Net Microservice Application
Stars: ✭ 27 (+50%)
Mutual labels:  microservice
backk
Backk - Node.js framework for creating security-first cloud-native microservices for Kubernetes in Typescript
Stars: ✭ 14 (-22.22%)
Mutual labels:  microservice
imgout
On the fly thumbnail generator microservice using Elixir/OTP. (with Heroku Deploy Button)
Stars: ✭ 58 (+222.22%)
Mutual labels:  microservice

micro-anonymizomatic

Make strings anonymous.

This utility is not meant to hash passwords. It uses md5 to hash strings so that the same input will always generate the same output, but it is not possible to reverse engineer the output back to the input.

Deployment

Your own micro-anonymizomatic is one click away:

Deploy to now

You can also deploy with a single command from the terminal (assuming you have now installed):

now withspectrum/micro-anonymizomatic

Usage

Send a string to micro-anonymizomatic with the text query parameter:

https://your-url.now.sh?text='this will be hashed'

And you will get the parsed data in the following format:

{
	"text": "hashed-version-of-your-text-query"
}

Development

git clone [email protected]:withspectrum/micro-anonymizomatic.git
yarn run dev

The server will then be listening at localhost:3000.

Updating

The master branch of this repository is what you will be deploying. To update to a new version with potential bugfixes, all you have to do is run the now command again and change the URL you call in your app! 👌

License

Copyright (c) 2018 Space Program, Inc. Licensed under the MIT license. See LICENSE.md for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].