Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same Functionality Without Private Data Risks #28

Open
sirinath opened this issue Dec 22, 2014 · 2 comments
Open

Same Functionality Without Private Data Risks #28

sirinath opened this issue Dec 22, 2014 · 2 comments

Comments

@sirinath
Copy link

Many of the examples have private data. So is it possible have same functionality implemented without having to commit private data.

May be access private data from local encrypted source where keys are outside any repo and protection where it is not accidentally committed by checking it is out side the repo / put in git ignore files for second level of protection.

@sirinath sirinath changed the title Same Functionality Without Private Data Same Functionality Without Private Data Risks Dec 22, 2014
@pvdissel
Copy link
Member

Hey Suminda, thanks for your interest :D

Local encrypted source, does it need to be encrypted if it is not stored in
the repository?

On Mon, Dec 22, 2014 at 6:42 PM, Suminda Dharmasena <
[email protected]> wrote:

Many of the examples have private data. So is it possible have same
functionality implemented without having to commit private data.

May be access private data from local encrypted source where keys are
outside any repo and protection where it is not accidentally committed by
checking it is out side the repo / put in git ignore files for second level
of protection.


Reply to this email directly or view it on GitHub
#28.

@sirinath
Copy link
Author

Upto you to decide. Butt there should be a way to store passwords, private keys, etc. securely.

Local encryption will be needed so people do not spoon around to see passwords in clear text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants