![]() |
|
Tutorial Sneaky way of storing your passwords - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Tutorial Sneaky way of storing your passwords (/Thread-Tutorial-Sneaky-way-of-storing-your-passwords) Pages:
1
2
|
Sneaky way of storing your passwords - perry - 10-12-2022 I think most of you guys can relate to the uncomfortable feeling in your gut caused by knowing that you have important passwords/passphrases stored on a piece of paper in your home, exposing you to the dangers of an unexpected house search. But worry no more, I think I just have invented the perfect solution! So basically my idea is that you can grab any grocery item in your home like a bottle of ketchup, cleaning supplies etc. (which you will remember and won't throw out accidentally) and just take a look at it's label, then assemble a password from the text in a way that is easy to recall, but near impossible to guess for anyone else. And boom now you have a decent password stored in hindsight with super secret military grade encryption. I attached a horribly edited pic as demonstration: https://postimg.cc/MXvTFq91 RE: Sneaky way of storing your passwords - fire - 10-12-2022 (10-12-2022, 06:43 PM)perry Wrote: I think most of you guys can relate to the uncomfortable feeling in your gut caused by knowing that you have important passwords/passphrases this is extremly smart, I can already think of a few items that I have consistently had in my house at all times that I could use RE: Sneaky way of storing your passwords - Tascal - 10-15-2022 …or just throw them through an AES encryptor and put it in a txt file… RE: Sneaky way of storing your passwords - mothered - 10-15-2022 (10-15-2022, 11:52 AM)Tascal Wrote: …or just throw them through an AES encryptor and put it in a txt file…VeraCrypt does the job well. RE: Sneaky way of storing your passwords - perry - 10-15-2022 (10-15-2022, 11:52 AM)Tascal Wrote: …or just throw them through an AES encryptor and put it in a txt file… But you would still have to store the encryption key somewhere wouldn't you? This method is for the convenience of you not having to memorise or physically store a long and complicated passphrase for your veracrypt drives, persistent storages etc. RE: Sneaky way of storing your passwords - mothered - 10-15-2022 (10-15-2022, 12:11 PM)perry Wrote: This method is for the convenience of you not having to memorise or physically store a long and complicated passphrasePassphrases, or as I like to call them "password sentences", are extremely easy to remember and very difficult to crack. RE: Sneaky way of storing your passwords - perry - 10-15-2022 (10-15-2022, 03:17 PM)mothered Wrote:(10-15-2022, 12:11 PM)perry Wrote: This method is for the convenience of you not having to memorise or physically store a long and complicated passphrasePassphrases, or as I like to call them "password sentences", are extremely easy to remember and very difficult to crack. Damn I thought passphrase is just a synonym for password, but a password sentence seems like a better solution, idk why I haven't thought of that. RE: Sneaky way of storing your passwords - mothered - 10-16-2022 (10-15-2022, 10:11 PM)perry Wrote: Damn I thought passphrase is just a synonym for password, but a password sentence seems like a better solution, idk why I haven't thought of that.If you base the passphrase on something related to your Interests, It's not difficult to remember but hard to crack. For Instance, "I love going for long walks along the beach". Even stronger when substituting letters with numbers: "I l0ve g0ing f0r l0ng walks al0ng the beach". It's only a single letter type change to a number, hence easy to remember what you've changed. RE: Sneaky way of storing your passwords - Tascal - 10-21-2022 (10-15-2022, 12:11 PM)perry Wrote:memorising a 16 digit key for AES isn’t difficult, especially when using passphrases like @mothered suggests.(10-15-2022, 11:52 AM)Tascal Wrote: …or just throw them through an AES encryptor and put it in a txt file… RE: Sneaky way of storing your passwords - mothered - 10-22-2022 (10-21-2022, 10:49 PM)Tascal Wrote: memorising a 16 digit key for AES isn’t difficult, especially when using passphrases like @mothered suggests.Where applicable, I've been using passphrases for decades and my accounts etc have remained secure to date. |