mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Update Picocrypt.go
This commit is contained in:
parent
51d17f6f78
commit
cc010b1f94
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ func startUI(){
|
||||||
if mode=="encrypt"{
|
if mode=="encrypt"{
|
||||||
giu.Checkbox("Shred temporary files (can be slow for large files)",&shredTemp).Build()
|
giu.Checkbox("Shred temporary files (can be slow for large files)",&shredTemp).Build()
|
||||||
giu.Checkbox("Fast mode (slightly less secure, not as durable)",&fast).Build()
|
giu.Checkbox("Fast mode (slightly less secure, not as durable)",&fast).Build()
|
||||||
giu.Checkbox("Paranoid mode (extremely secure, but a bit slower)",¶noid).Build()
|
giu.Checkbox("Paranoid mode (extremely secure, but slower)",¶noid).Build()
|
||||||
giu.Row(
|
giu.Row(
|
||||||
giu.Checkbox("Encode with Reed-Solomon to prevent corruption",&reedsolo),
|
giu.Checkbox("Encode with Reed-Solomon to prevent corruption",&reedsolo),
|
||||||
giu.Button("?").Size(24,25).OnClick(func(){
|
giu.Button("?").Size(24,25).OnClick(func(){
|
||||||
|
|
Loading…
Reference in a new issue