•  ru
ShellHacks
Command-Line Tips and Tricks

hash

  • Blog

/etc/shadow – HowTo: Generate Password Hash in Linux

Posted on Tuesday December 27th, 2016Monday March 20th, 2017by admin

Linux stores users’ encrypted passwords, as well as other security information, such as account or password expiration values, in the /etc/shadow file. Someday you may need to edit the /etc/shadow file manually to set or change ones password.

Read More
3 Comments
  • Blog

HowTo: Identify Hash Type

Posted on Tuesday December 27th, 2016Friday August 23rd, 2019by admin

There are two main things, that can help to identify hash type: The length of the hash (each hash function has a specific output length); The alphabet used (are all english letters? numbers 0-9 and A-F so hex? what special characters are there if any?). There is a cool script, named “Hash Identifier”. The name […]

Read More
2 Comments

Online Tools

  • Base64 Decode
  • Base64 Encode

Tags

access-control anonymity ansible apache archive artifactory aws bash boot cmd command-line curl dns docker encryption git java jenkins kubernetes linux mail mongodb mysql network nmap openssl oracle password pdf performance powershell prometheus proxy python rabbitmq raspberry pi redis ssh systemd telnet text-processing tor tsm windows yum
  • Twitter
  • RSS
Privacy
Copyright © 2011-2020 | www.ShellHacks.com