Sponsored Content
Full Discussion: Random password generation
Operating Systems AIX Random password generation Post 302916294 by bakunin on Monday 8th of September 2014 03:18:03 PM
Old 09-08-2014
Quote:
Originally Posted by rbatte1
We had to learn bdf rather than df and daft things like that.
Well, i suggest you ask Sam. ;-))

Regarding the problem at hand:

A ksh93 is provided in standard AIX as /usr/bin/ksh93 since either 5.1 or 5.2, i can't remember which.

If you want a bash You can download it freely from either Michael Perzls site (which i can wholeheartedly recommend - his efforts put IBMs "Linux Affinity" program to shame singlehandedly) or from IBMs "AIX Toolbox for Linux" page or even from Bulls "Freeware for AIX" page.

Btw., the bash package is called "freeware.bash.<something>" and it is an rpm package, so searching for "bash*" will not yield any results, even if it is installed. Search for "freeware.*" instead.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. Programming

Random number generation

Hi...How can I generate random numbers between a given range ...preferably between 1 and 100...in UNIX C programming...? I tried out functions like rand(),drand48() etc but didnt get satisfactory results... Thanks a lot in advance.......... (1 Reply)
Discussion started by: tej.buch
1 Replies

2. UNIX for Dummies Questions & Answers

Random number generation in ksh

I need to generate a random number in ksh everytime I run the script ,the range should be from 100 to 24800,I could use $RANDOM but I seem to have no control over the range of numbers ,could you please suggest some way I could implement this .Thanks. Mervin (2 Replies)
Discussion started by: mervin2006
2 Replies

3. Shell Programming and Scripting

Generate a random password

Hello All... Can someone help me generate a random password which will be 7 characters long which contains alpha-numeric characters using shell script. I am looking to store the output of the script that generates the password to a variable within a script and use it as the password. ... (5 Replies)
Discussion started by: chiru_h
5 Replies

4. Programming

Generate Random Password in C

I need a function to generate a random alphanumeric password in C code. It needs to be between 6-8 characters and follow the following rules: Reject if same char appears # time: 4 or more Reject if same char appears consecutively: 3 or more I have the following random password working for... (2 Replies)
Discussion started by: vjaws
2 Replies

5. UNIX and Linux Applications

SSH: Avoiding password prompt with rsa key generation

Hi, I am using a remote storage service for backing up our data - we want to have a script run as part of a cron job which would do the backups from our local Linux machine to the service's Linux machine. I want to use tar and ssh to do this (rather than mounting the disk and using cp) .... (5 Replies)
Discussion started by: same1290
5 Replies

6. Shell Programming and Scripting

Random NUmbers Generation with out repetation

Hi I have the below code MAXCOUNT=10 count=1 echo echo "$MAXCOUNT random numbers:" echo "-----------------" while # Generate 10 ($MAXCOUNT) random integers. do number=$ + 1 ] "echo $number" let "count += 1" # Increment count. done But aftre executing this ... (8 Replies)
Discussion started by: lalitka
8 Replies

7. Shell Programming and Scripting

random number generation in ksh

i tried to use $random function in unix i simply typed print $random at shell and it returnted no value is there any function in korn shell that i can use to generate random number help is appreciated (2 Replies)
Discussion started by: er_zeeshan05
2 Replies

8. Shell Programming and Scripting

Random word generation with AWK

Hi - I have a word GTTCAGAGTTCTACAGTCCGACGAT I need to extract all the possible "chunks" of 7 or above letter "words" from this. SO, my out put should be GTTCAGA TTCAGAG TCAGAGT CAGAGTTCT TCCGACGAT CAGTCCGACG etc. How can I do that with awk or any other language? I have no... (2 Replies)
Discussion started by: polsum
2 Replies

9. Ubuntu

expect script for random password and random commands

Hi I am new to expect. Please if any one can help on my issue its really appreciable. here is my issue: I want expect script for random passwords and random commands generation. please can anyone help me? Many Thanks in advance (0 Replies)
Discussion started by: vanid
0 Replies

10. Ubuntu

Random insertion of letters to password

Hi,, Here i have attached a text file where iam facing problem in my code. Please read the file and help me out of this issue.. Thanks in advance (4 Replies)
Discussion started by: vanid
4 Replies
fpm2(1) 						    Figaro's Password Manager 2 						   fpm2(1)

NAME
fpm2 - Figaro's Password Manager 2 DESCRIPTION
fpm2 is a GUI password manager using the GTK2 libraries. Passwords are encrypted using the AES-256 algorithm. OPTIONS
-f filename Use a different file to store fpm data. Must include directory where file is stored. -t Start fpm2 hidden in tray. No ask for password on startup. USAGE
launchers Arbitrary launchers can be defined, in order to automatically launch progammes with parameters from the password entry, eg: xterm -title $u@$a -e ssh -X $a -l $u. Possible variables are: $a - an arbitrary argument associated with the password entry - typically a hostname. $u - the username associated with the password entry $p - the password associated with the password entry on-the-fly categories Each password entry can belong to a category, which is generated just by naming it in at least one entry. password generation fpm2 will generate passwords for you. Up to 24 characters with a boolean choices for lowercase, uppercase, numbers, symbols and ambigous characters (eg. `O` and `0`). SECURITY
Using the $p variable means that your password ends up in .bash_history in addition to being visible by ps aux! In order to work around this problem conveniently fpm2 can have your password copied to your primary selection, so that you may easily paste it where needed. Then your password should be as secured as your transport. COPYRIGHT
GNU GPL (GNU GENERAL PUBLIC LICENSE) Version 2, or (at your option) any later version. The licence text is available on any Debian GNU/Linux system in /usr/share/common-licenses/GPL AUTHOR
John Conneely <jconneely@figaro.org> Ale Koval <als@regnet.cz> This manual page was written by Lars Bahner <bahner@debian.org> for the Debian GNU/Linux system. Debian GNU/Linux aug 21 2009 fpm2(1)
All times are GMT -4. The time now is 01:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy