Commit graph

42 commits

Author SHA1 Message Date
dependabot[bot]
fd67f7e44f
Bump golang.org/x/crypto from 0.37.0 to 0.40.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.40.0.
- [Commits](https://github.com/golang/crypto/compare/v0.37.0...v0.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-11 04:08:33 +00:00
Evan Su
95ee00dd6b do a scan for possibly missed temp zip files and del
if they exist
2025-04-12 20:27:55 -04:00
Evan Su
125cdd818e go get -u -v all && go mod tidy 2025-04-12 20:13:17 -04:00
dependabot[bot]
ec20601dd3
Bump golang.org/x/crypto from 0.36.0 to 0.37.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 04:02:27 +00:00
dependabot[bot]
d78c5e2b3b
Bump golang.org/x/crypto from 0.35.0 to 0.36.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.36.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-03-06 03:32:19 +00:00
dependabot[bot]
787053b237
Bump golang.org/x/crypto from 0.34.0 to 0.35.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.34.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.34.0...v0.35.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-25 03:55:13 +00:00
Evan Su
e3c22b8521
Update go.mod: require go1.24
Some checks failed
CodeQL / Analyze (push) Has been cancelled
2025-02-24 18:16:29 -05:00
dependabot[bot]
e165e361d5
Bump golang.org/x/crypto from 0.33.0 to 0.34.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.34.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-24 04:06:13 +00:00
Evan Su
f8a8ce7569
Update go.mod: bring go 1.24 down to 1.23
Some checks failed
CodeQL / Analyze (push) Has been cancelled
2025-02-22 00:58:48 -05:00
Evan Su
5a92c0b695 release 1.46
Some checks failed
build / build (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
catch up to main gui repo
2025-02-11 19:14:47 -05:00
Evan Su
eec3aa4c9e go.mod: require go1.24 2025-02-11 19:13:59 -05:00
Evan Su
dfcaf2ab2a Revert "Use crypto/(hkdf, sha3) instead of golang.org/x/crypto"
This reverts commit 2b9e919cd8.
2025-02-11 19:13:03 -05:00
Evan Su
770be1e714 Revert "Update main.go: bump version"
This reverts commit 10ef21f0cf.
2025-02-11 19:12:58 -05:00
Evan Su
10ef21f0cf
Update main.go: bump version 2025-02-11 18:59:19 -05:00
Evan Su
2b9e919cd8
Use crypto/(hkdf, sha3) instead of golang.org/x/crypto
Go 1.24 brought these from x/crypto into the standard library
2025-02-11 18:58:31 -05:00
dependabot[bot]
749f2d79f5
Bump golang.org/x/crypto from 0.32.0 to 0.33.0 in /picocrypt
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-10 03:50:59 +00:00
dependabot[bot]
0a54ab5673
Bump golang.org/x/term from 0.28.0 to 0.29.0 in /picocrypt
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.28.0 to 0.29.0.
- [Commits](https://github.com/golang/term/compare/v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 03:08:58 +00:00
dependabot[bot]
dfa4f45ea9
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.17.1 to 3.18.0.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.17.1...v3.18.0)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 03:48:57 +00:00
dependabot[bot]
6d806231e3
Bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /picocrypt
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-07 03:31:09 +00:00
Evan Su
9a4da02042
Bump to 1.45 2024-12-15 22:03:05 -05:00
dependabot[bot]
91fee0554c
Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /picocrypt
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-12 03:28:48 +00:00
dependabot[bot]
f7c514af20
Bump golang.org/x/crypto from 0.29.0 to 0.30.0 in /picocrypt
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-05 03:50:39 +00:00
Evan Su
d9ff36bbde
debug.FreeOSMemory() often to reduce memory usage 2024-11-21 23:36:11 -05:00
dependabot[bot]
50c398c07e
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.17.0 to 3.17.1.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 00:21:38 +00:00
dependabot[bot]
92cbfceb45
Bump golang.org/x/crypto from 0.28.0 to 0.29.0 in /picocrypt
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 03:18:30 +00:00
dependabot[bot]
ce290fe374
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.16.1...v3.17.0)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 03:39:18 +00:00
dependabot[bot]
b26db62a4e
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.6 to 3.16.1.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.6...v3.16.1)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 17:12:16 +00:00
dependabot[bot]
6fe02479e2
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 in /picocrypt
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-07 04:02:05 +00:00
dependabot[bot]
82624d3625
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /picocrypt
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-06 03:16:11 +00:00
Evan Su
adc0f34eac check for rand.Read errors and panic
Unlikely to happen but make sure to panic if rand.Read fails otherwise values may be zeroed arrays
2024-09-05 16:28:52 -04:00
Evan Su
059b4d54f9 Move packages to Picocrypt org 2024-08-30 19:41:07 -04:00
dependabot[bot]
ccf2480812
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /picocrypt
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-08 01:27:56 +00:00
Evan Su
ac8898a816
Merge pull request #7 from Picocrypt/dependabot/go_modules/picocrypt/golang.org/x/term-0.23.0
Bump golang.org/x/term from 0.22.0 to 0.23.0 in /picocrypt
2024-08-07 21:27:08 -04:00
dependabot[bot]
b0b4c2d8be
Bump golang.org/x/term from 0.22.0 to 0.23.0 in /picocrypt
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/term/compare/v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 03:27:37 +00:00
dependabot[bot]
c8d9291600
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.5 to 3.14.6.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.5...v3.14.6)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 03:47:55 +00:00
dependabot[bot]
eafa8e00b8
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.4 to 3.14.5.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.4...v3.14.5)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 03:33:06 +00:00
dependabot[bot]
ff0ddc5b7d
Bump golang.org/x/crypto from 0.23.0 to 0.25.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.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-08 00:57:56 +00:00
dependabot[bot]
20b5d6062a
Bump golang.org/x/term from 0.20.0 to 0.22.0 in /picocrypt
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.20.0 to 0.22.0.
- [Commits](https://github.com/golang/term/compare/v0.20.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:23:02 +00:00
dependabot[bot]
2168157a1e
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.3 to 3.14.4.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.3...v3.14.4)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:07:36 +00:00
Evan Su
2dd41b0e56
Test CodeQL 2024-06-01 14:42:01 -04:00
Evan Su
4ecbdb2fe2 Cleanup, update 2024-06-01 14:39:10 -04:00
Evan Su
7a8a9af5e0 Initial commit 2024-06-01 14:35:01 -04:00