Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 869 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 869 Bytes

Encrypt

About Encrypt

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

Pull from docker

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