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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -