README added
This commit is contained in:
parent
e29ef092ad
commit
2e5d8f70c0
|
@ -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`
|
Loading…
Reference in New Issue