Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT committed Jun 27, 2023
1 parent 08c9974 commit f89b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/picocrypt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func work(filename string, password string) int {
rand.Read(salt)
rand.Read(hkdfSalt)
rand.Read(nonce)
fout.Write(rsEncode(rs5, []byte("v1.32")))
fout.Write(rsEncode(rs5, []byte("v1.33")))
fout.Write(rsEncode(rs5, []byte("00000")))
fout.Write(rsEncode(rs5, make([]byte, 5)))
fout.Write(rsEncode(rs16, salt))
Expand Down

0 comments on commit f89b939

Please sign in to comment.