Where should I save my passwords ? To more specific which editor ?
Vikram Sahu

Vikram Sahu @sahuvikramp

About: developer advocate, devrel @postman | software engineer

Location:
Mumbai, India
Joined:
Mar 7, 2019

Where should I save my passwords ? To more specific which editor ?

Publish Date: Nov 9 '19
6 4

I think vim for Linux

Comments 4 total

  • FidelVe
    FidelVeNov 10, 2019

    Are you talking about your passwords for banking and websites? in that case, you should not be using an editor (I'm assuming you are using that editor to save the password into a text file).

    The best option is using a password manager for example keepass.

    • Vikram Sahu
      Vikram Sahu Nov 11, 2019

      Yes, it’s an combo of both I have kept my ash password for servers in vin editor and login using a shell script I have written.

      I have been using Keepass for while but ended up having an assumption of security issue

      I don’t know whether I should start using again 😬

  • Mike Healy
    Mike HealyNov 11, 2019

    How do you keep anything in an editor? Surely you're writing to a file, and that file could be read by any other editor or process with access to the filesystem?

    • Vikram Sahu
      Vikram Sahu Nov 11, 2019

      Yup correct I save that file and given static part in code to read that file through argument

Add comment