User: editor -- 2010-04-27 << 489 491 >> |
Hits: 3972 |
Type: Random word generator |
Search all Random word generator examples |
Description: |
How to generate random passwords with 10 bytes of upper case letters? How can I generate a serial of 1000 SQL statement that can update mysql database with random passwords one by one insequence? |
Output Sample: |
update users set password="GIPZPEPGEU" while id=1; update users set password="JZMOKXWKHH" while id=2; update users set password="ANRVRUTHEV" while id=3; update users set password="EKOSDDRKDS" while id=4; |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-h open 'Replace' dialog 2. click 'Advanced' tab * fill in 'insert begin text' like: * fill in 'Run following for each matched unit' like: 3. click 'Replace', done! |
Download Script: scripts/490.rst.zip |
Screenshot 1: Replace_Advanced_Window |