Skip to content

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

Notifications You must be signed in to change notification settings

pointless-code/encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published