mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-02 12:52:17 +00:00
Update with latest changes
This commit is contained in:
parent
0ed2db328c
commit
6023de6898
1 changed files with 6 additions and 1 deletions
|
@ -945,7 +945,12 @@ func work(){
|
|||
fin.Read(version)
|
||||
version,err = rsDecode(rs5,version)
|
||||
_ = err
|
||||
//fmt.Println("version",err,string(version))
|
||||
if string(version)=="v1.13"{
|
||||
_status = "Please use Picocrypt v1.13 to decrypt this file."
|
||||
_status_color = color.RGBA{0xff,0x00,0x00,255}
|
||||
fin.Close()
|
||||
return
|
||||
}
|
||||
|
||||
tmp := make([]byte,30)
|
||||
fin.Read(tmp)
|
||||
|
|
Loading…
Reference in a new issue