From 6023de6898b989c58e5060347cebf22802fb4761 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Thu, 29 Jul 2021 21:29:53 -0400 Subject: [PATCH] Update with latest changes --- src/unstable/Picocrypt.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/unstable/Picocrypt.go b/src/unstable/Picocrypt.go index 196ec23..5882a29 100644 --- a/src/unstable/Picocrypt.go +++ b/src/unstable/Picocrypt.go @@ -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)