-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CryptedFileKeyring is not a BasicFileKeyring.
Update the test suite and derive CryptedFileKeyring from KeyringBackend since CryptedFileKeyring provides the same interface as BasicFileKeyring except the encrypt and decrypt methods. The passwords are now encoded as base64 in the ini file. Otherwise passwords containing special characters may produce problems.
- Loading branch information
Sebastian Ramacher
committed
Jun 9, 2012
1 parent
ed9c9f3
commit cbf509b
Showing
2 changed files
with
24 additions
and
5 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