diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cadc8f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +## hns + +#### *hide'n'show + +Just wanted to test encryption with go + +#### Installation + +To install packages: +`$ go get` + +To build: +`$ go build` + +#### Usage + +`$ hns test` + +A prompt will ask a password and confirmation and will generate a file names `test.hdn` and will rename `test` to `test.origin` + +To decypher the .hdn (hidden) file, just run the program again on the hidden file + +`$ hns test.hdn` \ No newline at end of file