I am using Visual studio 2017 , I have some code region which I wanted to hide from others , or How can I protect the entire project as password protected .
Loading
I am using Visual studio 2017 , I have some code region which I wanted to hide from others , or How can I protect the entire project as password protected .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sardar Mudassar Ali KhanPosted Mar 1, 2023, 12:13 PM
Go to “File > Preferences > Extensions” and search Encryption-VScode then install and restart the editor. When you want to encrypt a file press CTRL + SHIFT + P to open the command prompt and type “Encrypt”. You'll be prompted to enter a pass phrase and the current text document will turn into an encrypted text string.
NitinPosted Nov 17, 2022, 10:37 AM
Mark tabor
Check this article,
https://jamesbachini.com/how-to-encrypt-text-in-visual-studio-code-vscode/#:~:text=Go%20to%20%E2%80%9CFile%20%3E%20Preferences%20%3E,into%20an%20encrypted%20text%20string.
Mark TaborPosted Nov 17, 2022, 10:25 AM
NITIN I have installed it but i do not know how to apply it cntrl+shift+P do no action
NitinPosted Nov 17, 2022, 5:46 AM
Go to “File > Preferences > Extensions” and search Encryption-VScode then install and restart the editor.
When you want to encrypt a file press CTRL + SHIFT + P to open the command prompt and type “Encrypt”. You’ll be prompted to enter a pass phrase and the current text document will turn into an encrypted text string.