dependabot[bot]
195a90c7e3
Bump golang.org/x/crypto from 0.32.0 to 0.33.0 in /src
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.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>
2025-02-07 22:06:14 +00:00
Alex Verner
445cd48e53
fix: delete a partially extracted file if run out of space
2025-01-28 12:22:19 +03:00
Evan Su
47b65d6fe0
return err on ".." in zip item file path
...
Unlikely to happen since go stdlib zip doesn't do it, so if it does happen, better safe than sorry.
2025-01-27 01:12:14 -05:00
Evan Su
a929eb1037
final auto unzip code tweaks
2025-01-27 00:55:47 -05:00
Evan Su
bf73698c52
update unpackArchive to use both flags
...
also remove comments that add no value
2025-01-27 00:32:03 -05:00
Evan Su
10e8a1af82
auto unzip: careful ui state handling
2025-01-27 00:13:11 -05:00
Alex Verner
af3e1748fb
Bump to 1.46: zip unpacking and version in title
2025-01-26 01:05:40 +03:00
Alex Verner
fee796845b
zip unpacking with status bar
2025-01-25 22:59:41 +03:00
Alex Verner
fdebb502ab
unpack zip and version in the window title
2025-01-25 22:12:14 +03:00
dependabot[bot]
8782e80d46
Bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /src
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.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>
2025-01-06 21:51:51 +00:00
Evan Su
fb5b92a17d
Bump to 1.45
2024-12-15 21:53:59 -05:00
dependabot[bot]
7472203fa0
Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /src
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.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-11 21:50:07 +00:00
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