Commit graph

162 commits

Author SHA1 Message Date
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
1ec199e474
Link to flatpak/flathub 2024-09-12 12:32:51 -04:00
Evan Su
e8016064e8
Add flatpak files 2024-09-11 22:56:46 -04:00
Evan Su
1e230f487d
Bump to 1.43 2024-09-11 21:46:10 -04:00
Evan Su
fc50b47f12
Bump to 1.43 2024-09-11 21:45:33 -04:00
Evan Su
b06488c6aa
Update Changelog.md 2024-09-11 21:44:19 -04:00
Evan Su
4d4bd47efe
Merge pull request #50 from Picocrypt/dependabot/go_modules/src/golang.org/x/crypto-0.27.0
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /src
2024-09-06 11:38: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
97111a2547
Link to final audit report 2024-09-04 14:10:59 -04:00
Evan Su
3f4e5f1abc
Link to final audit report 2024-09-04 14:05:28 -04:00
Evan Su
674fe56240
Bump to 1.42 (first version after security audit) 2024-09-03 00:19:21 -04:00
Evan Su
df013e6ca1
Add ROS to acknowledgements 2024-09-03 00:18:20 -04:00
Evan Su
b7ee373579
Update Changelog.md for v1.42 (after audit) 2024-09-03 00:16:02 -04: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
c0f9e582bb
Note: Picocrypt assumes host machine is safe and trusted
Because if it is not, you got problems anyways.
2024-09-02 23:48:58 -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
e8fe27855f Merge branch 'main' of https://github.com/Picocrypt/Picocrypt 2024-09-02 23:23:58 -04:00
Evan Su
b3f36a3994 Validate comments length before parsing 2024-09-02 23:23:38 -04:00
Evan Su
b9bad21f22
Note: comments are not authenticated
Thus only use them for informational purposes on machines you trust.
2024-09-02 23:13:39 -04:00
Evan Su
21ab20773d
Bump to 1.41 2024-08-30 20:58:21 -04:00
Evan Su
231cc03b6a
Update Changelog.md 2024-08-30 20:57:12 -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
89e246cb16
Link to archived Open Collective 2024-08-28 18:54:49 -04:00
Evan Su
7e403a2e57
Update changelog to v1.40 2024-08-10 23:54:37 -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
Evan Su
1fb237a085
Merge pull request #38 from Picocrypt/dependabot/go_modules/src/golang.org/x/crypto-0.26.0
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /src
2024-08-07 11:37:32 -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
Evan Su
0dadb24304
Merge pull request #37 from Retengart/dots
deleted unnecessary dots at the end of sentences, bump to 1.38
2024-08-05 09:07:38 -04:00
Alex Verner
6869e6c5a7 deleted unnecessary dots at the end of sentences, bump to 1.38 2024-08-05 13:17:16 +03:00
Evan Su
d4abf47630
Make download urls point to latest release tag 2024-07-12 23:25:07 -04:00
Evan Su
de5f8d8bf7
Remove Funding
We've raised enough for an audit.
2024-07-12 23:20:00 -04:00
Evan Su
679b468cdf
Add new Open Collective contributors, minor adjustments 2024-07-12 23:16:22 -04:00
Evan Su
7efd390ceb
Update Changelog.md 2024-07-12 22:57:44 -04:00
Evan Su
da01ed2dca
Bump to 1.37 2024-07-08 23:22:18 -04:00
Evan Su
fe0c71246c
Fix build-linux.yml 2024-07-08 23:21:41 -04:00
Evan Su
bb828bfba9
Drop to 1.36 2024-07-08 23:09:04 -04:00
Evan Su
cc86b38ce5
Update build-linux.yml 2024-07-08 23:08:40 -04:00
Evan Su
cfc9560ce7
Bump to 1.37 2024-07-08 23:02:29 -04:00
Evan Su
9cb2adbc0e
Add version to .deb 2024-07-08 23:02:09 -04:00
Evan Su
b4350e45d6
Bump to 1.36 2024-07-07 20:06:54 -04:00
Evan Su
15e0d1d69d
Merge pull request #28 from Picocrypt/dependabot/go_modules/src/golang.org/x/crypto-0.25.0
Bump golang.org/x/crypto from 0.24.0 to 0.25.0 in /src
2024-07-06 12:16:31 -04: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
Evan Su
fec593e116
Merge pull request #26 from Picocrypt/patch-1
Update Picocrypt.go
2024-06-27 23:45:30 -04: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
d3346f9105
Bump download links 2024-06-27 21:12:00 -04:00