fastlane-plugin-cryptex icon indicating copy to clipboard operation
fastlane-plugin-cryptex copied to clipboard

Results 8 fastlane-plugin-cryptex issues
Sort by recently updated
recently updated
newest added

This is something I noticed awhile back while using Homebrew's git. Using Cryptex would hang during branch checkout and never complete. At the time, reverting to the macOS git version...

On an EXT4 filesystem, the temporary file was not found immediately after the openssl command had completed, if the file cannot be found then a short sleep is tried.

https://github.com/hjanuschka/fastlane-plugin-cryptex/blob/8897241dafe8ccaeb7f6543d2dd09d820de765c3/lib/fastlane/plugin/cryptex/git_helper.rb#L115

Sorry if I'm just dense, but I'm not understanding how to use this to manage the private bits in my Android project. I have a keystore I've used to sign...

When I try to execute the cryptex_generate_keystore this create a simple 1024 bits keysize and it doesn't allow me modify that value then Android return: ``` Caused by: java.security.InvalidKeyException: Failed...

The keysize by default is insufficient in Android.

Hello, I am trying to use your plugin in CI server, where I pass variable `CRYPTEX_PASSWORD` But it says **Invalid password passed via 'CRYPTEX_PASSWORD'** But when I set` verbose: true`...

It seems to me that there is no action linked with the command. Could you please plug it in? THX.