Registered by Gordon Tyler

A credential store for Bazaar that stores encrypted passwords using the Windows CryptoAPI.

This plugin implements a credential store for Bazaar that stores passwords in encrypted form using the Windows CryptoAPI, which allows encrypting data (in this case, your password) for the currently logged in Windows user.

To install, go to your Bazaar plugins directory and:

bzr branch lp:bzr-wincrypt wincrypt_credential_store

To use:

C:> bzr wc-register <scheme> <host> <user>
Password: <your password>

<scheme> should be something like 'http' or 'ftp'. It won't work for ssh or sftp since Bazaar requires the use of an ssh-agent for those schemes.

<host> must be the exact host used in the branch URL that requires authentication.

Project information

Maintainer:
Gordon Tyler
Driver:
Gordon Tyler
Licence:
GNU GPL v2

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python

Get Involved

Downloads

bzr-wincrypt does not have any download files registered with Launchpad.