-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* For #105, #118 - The project now attempts to force `keyring` module to use specific back end libraries. - For Windows: `WinVaultKeyring`. - For Linux (Ubuntu): `LibSecret`. - The key's length is set back to `1024`; as `4096` seems too unstable and causes crashes of the keys_generator tool on Windows. - Improved the regular expressions in the `cqlsh` project to get rid of the warnings. - Updated the `keyring` part in the `cqlsh` project as well. * Length changed to be 2048 * Partially rollback --------- Co-authored-by: Sergio Rua <[email protected]>
- Loading branch information
1 parent
7a03080
commit d779019
Showing
5 changed files
with
58 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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