README added

This commit is contained in:
ed barz 2023-01-05 23:01:30 +01:00
parent e29ef092ad
commit 2e5d8f70c0
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -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`