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!!!
- Host: GitHub
- URL: https://github.com/pointless-code/encrypt
- Owner: pointless-code
- License: mit
- Created: 2024-06-11T19:51:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:38:30.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:44:14.296Z (10 months ago)
- Topics: docker, encrypt, funny, joke, pointless
- Language: Python
- Homepage: https://hub.docker.com/r/pointlesscode/encrypt
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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).