The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 1,283     Votes:  2 
Tags: 22.04   password   security  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/1491776
Title: Are login passwords saved on the machine or only a hash version of the password?
ID: /2023/11/07/Are-login-passwords-saved-on-the-machine-or-only-a-hash-version-of-the-password_
Created: November 7, 2023
Upload: May 5, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


In addition to hashed / salted passwords, some are stored in plain text where no one else can read them.

For example ~/.netrc:

For small developers who wish to avoid the complexities of managing passwords with hashing algorithms, the ~/.netrc methodology can be considered. The methodology is used in SSH to automatically log into remote servers.

⇧ How to make applications save dotfiles at a specified path? Ubuntu fan noise while watching videos  ⇩