I would like a program that would exist on my flash drive that, when run, would
- open an encrypted disk image with a stored password
- then change the password to a random number
- store it for using it the next time
Can this be done?
|
I would like a program that would exist on my flash drive that, when run, would
Can this be done?
| |||||
feedback
|
|
If you know shell script, you can write s simple program that does that. Use
It will interactively ask you for your previous password and new password so you have to use some pipes or maybe expect. To generate a random number, | |||||
feedback
|