An open API service indexing awesome lists of open source software.

https://github.com/pointless-code/encrypt

A container which encrypts your message. Good luck decrypting it!!!
https://github.com/pointless-code/encrypt

docker encrypt funny joke pointless

Last synced: 6 months ago
JSON representation

A container which encrypts your message. Good luck decrypting it!!!

Awesome Lists containing this project

README

          

![Encrypt](https://github.com/pointless-code/encrypt/assets/18129171/f6813edd-c9dd-4b5b-ba1b-6e48fffe4d63)

## About Encrypt

A container which encrypts your message. Good luck decrypting it!!!

## Pull from docker

```bash
docker pull pointlesscode/encrypt:latest
docker run --rm pointlesscode/encrypt "Your message here"
```

## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker build -t encrypt .
docker run --rm encrypt "Your message here"
```

## Social

.less

Instagram

GitHub

DockerHub

## License

The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).