Work towards Transcrypt version 3 with support for PBKDF2 key-derivation - #219
Draft
jmurty wants to merge 4 commits into
Draft
Work towards Transcrypt version 3 with support for PBKDF2 key-derivation#219jmurty wants to merge 4 commits into
jmurty wants to merge 4 commits into
Conversation
Validate cipher read from public settings file. Mainly to fix `shellcheck` linting error. Co-authored-by: James Murty <james@murty.com>"
# By James Murty (4) and others # Via James Murty (4) and GitHub (1) * main: Add changelog entry for test suite improvements by @mattmc3 Run tests in parallel with isolated per-test tmp locations for speed Mention in changelog support for symlinked gitattributes file for `--install` and `--upgrade` actions Fix symlink following for gitattributes files Set merge.conflictStyle in test helper Use read, rather than awk to address NUL byte handling issues Remove `hexdump` requirement from README, it is not required since version 2.2.3 (2023-03-09) Document fix for crash when pre-commit-crypt hook file is missing #212 Fix --uninstall crash when saved pre-commit-crypt hook is missing # Conflicts: # .github/workflows/run-bats-core-tests.yml # tests/_test_helper.bash # tests/v3/test_cleanup.bats # tests/v3/test_contexts.bats # tests/v3/test_crypt.bats # tests/v3/test_init.bats # tests/v3/test_not_inited.bats # tests/v3/test_pre_commit.bats # transcrypt
jmurty
marked this pull request as draft
July 13, 2026 14:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related PRs: #209 #210 #211
Related issues: #134 #55