version control - A good way to manage cryptographic keys? -


what's canonical way manage cryptographic keys associated particular source code? (e.g. ssh or rsa key pairs associated particular program).

i reluctant check version control obvious reasons, don't want them reside on few people's local hard drives either.

you put them version control encrypted, , let few people know password. has advantage stored along code , can update them easily, files useless attacker (providing use strong password).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -