Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Extended character set passwords and SMB shares' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Extended character set passwords and SMB shares
Authored by: lar3ry on Nov 13, '07 06:41:20AM
Instead of selecting the result, use the pbcopy utility to emit the password into the copy buffer:

ruby -ruri -e 'puts URI.escape("YourPasswordHere")' | pbcopy


[ Reply to This | # ]