LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random Passwords Anyone ?
#2
Another way to do this but without saving it as a function, eg; you will need to type it in each time.

Is to type into your terminal

Code:
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;

An example

[Image: screen2.png]

Coz reverse stuff can be fun, lets do it in reverse -

Code:
tr -cd '[:alnum:]' < /dev/urandom | fold -w30 | head -n1

An example

[Image: screen3.png]

More to come
Reply


Messages In This Thread
Random Passwords Anyone ? - by bitsnpcs - 01-31-2018, 06:52 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 01-31-2018, 06:59 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 01-31-2018, 07:04 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 01-31-2018, 07:08 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 01-31-2018, 07:27 PM
Re: Random Passwords Anyone ? - by ian_r_h - 02-01-2018, 12:45 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-01-2018, 05:43 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-01-2018, 07:52 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-01-2018, 07:58 PM
Re: Random Passwords Anyone ? - by ian_r_h - 02-02-2018, 12:22 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-02-2018, 01:46 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-02-2018, 08:42 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-02-2018, 08:47 PM
Re: Random Passwords Anyone ? - by ian_r_h - 02-03-2018, 12:21 PM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-03-2018, 03:03 PM
Re: Random Passwords Anyone ? - by ian_r_h - 02-05-2018, 11:07 AM
Re: Random Passwords Anyone ? - by bitsnpcs - 02-05-2018, 11:17 PM

Forum Jump:


Users browsing this thread: 10 Guest(s)