Commit graph

24 commits

Author SHA1 Message Date
dependabot[bot]
bb8d2d2a7d
Bump golang.org/x/crypto from 0.29.0 to 0.30.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 21:39:27 +00:00
dependabot[bot]
4e5c556d23
Bump golang.org/x/crypto from 0.28.0 to 0.29.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-08 21:35:49 +00:00
dependabot[bot]
1c21893e13
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 21:37:36 +00:00
Evan Su
fc50b47f12
Bump to 1.43 2024-09-11 21:45:33 -04:00
dependabot[bot]
94ce7833f5
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 21:21:49 +00:00
Evan Su
fce558b8be panic if crypto/rand.Read errors
Otherwise it would potentially allow zeroed values to be used in the volume which is not good. But this is highly unlikely so not a huge worry.
2024-09-03 00:09:03 -04:00
Evan Su
6ea23b8a86 panic if comments are too long
No one is going to put >99999 characters in the comment field realistically and the UI is likely to freeze and crash before the application gets to this point. So a raw panic is sufficient for this extreme edge case.
2024-09-02 23:31:51 -04:00
Evan Su
b3f36a3994 Validate comments length before parsing 2024-09-02 23:23:38 -04:00
Evan Su
66a3cca464 Move packages to Picocrypt org 2024-08-30 20:55:19 -04:00
Evan Su
b5eb15520b Move packages to Picocrypt org 2024-08-30 20:19:31 -04:00
Evan Su
c5df6252b6 Move packages to Picocrypt organization 2024-08-30 19:53:05 -04:00
Evan Su
57dda53969 Allow specifying files from command line 2024-08-10 23:37:17 -04:00
Evan Su
237a68a973 update x/sys 2024-08-10 22:56:49 -04:00
Evan Su
bb03bd2994
Merge pull request #39 from Retengart/deny-switch
fix: deniability button now disables the comments field
2024-08-07 12:05:20 -04:00
Alex Verner
985ae302b1 fix: deniability button now disables the comments field 2024-08-07 18:04:14 +03:00
dependabot[bot]
3c03df6d2c
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 21:40:01 +00:00
Alex Verner
6869e6c5a7 deleted unnecessary dots at the end of sentences, bump to 1.38 2024-08-05 13:17:16 +03:00
dependabot[bot]
bada663f53
Bump golang.org/x/crypto from 0.24.0 to 0.25.0 in /src
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-05 21:31:56 +00:00
CodeCracker-oss
33da5b0e74
Update Picocrypt.go
Generate 32 byte Key File's instead of 1 KB
2024-06-27 23:29:02 -04:00
Evan Su
084a6aff4b Bump deps 2024-06-21 23:59:47 -04:00
Evan Su
0ed6e5aa56 Update go.mod, go.sum, try to fix build-windows issue 2024-06-17 23:08:44 -04:00
Evan Su
3fb9534b23 Update go.mod, go.sum, try to fix build-windows issue 2024-06-17 22:59:36 -04:00
Evan Su
017f9a2de9
Update Picocrypt.go 2024-06-01 14:14:17 -04:00
Evan Su
10c0b6b7d2 Initial commit 2024-06-01 11:03:54 -04:00