import rdstdin
let pw = readPasswordFromStdin("Get PW : ")
echo pw
I tried this but it seems passwords with length > 6 are truncated . Tested on linux latest nim-dev only.
The first bad commit could be any of: 3943fba34b317abf2c2421fdfd0f042dd34bbbc6 401189c3fe3f02ec90a9905f981667a1b9a1d40a a9b299b4ede7e96c35a6b558bbca946692d1e99d
Thanks for looking into this. Araq has just merged the PR and after pulling the latest nim-dev it works fine.
Bugs apparently have a short life when it comes to Nim :)