crypt icon indicating copy to clipboard operation
crypt copied to clipboard

Results 14 crypt issues
Sort by recently updated
recently updated
newest added

Hi there! Thanks for writing this - it's super useful 👍 I've got a branch of this that adds support for client-side asymmetric encryption using [swift-sodium](https://github.com/jedisct1/swift-sodium) - you essentially can...

swift-migration

Before rotating a used key, we should have the option of waiting for the network to be up.

Installed the newly built pkg and the postinstall failed on the checkin --install command Added a break in the inner loop when mech is found to prevent additional iteration that...

It appears that the current Python version used in the Crypt project is vulnerable to a number of high severity security issues that have been disclosed to the public. To...

I believe it's time we finally migrate all the python code which is the post install script in the package and then checkin code over to Swift. I've already got...

swift-migration

I noticed a weird error on one of my machines where the python symlink was pointing to `3.8` `python -> /Library/Crypt/Python.framework/Versions/3.8/bin/python3` The path was actually `/Library/Crypt/Python.framework/Versions/3.9/bin/python3`. This broke the `checkin`...

swift-migration

I've been spending a lot of time recently interacting with the keychain and I realized the keychain would be a great spot to store the key instead of directly on...

swift-migration

Apologies for the chonker here. Summary of changes below * Removes old UI components that were used for enabling FileVault pre APFS. * Adds support for storing the recovery key...

Add if with return for case, tests that cover new behavior, assurance in test that only this path will lead to this behavior We can definitely discuss how I separated...