This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, m.stoichkovaaa
Date 2020-11-22.14:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606055637.04.0.728803153243.issue42437@roundup.psfhosted.org>
In-reply-to
Content
I assume that you called openssl from a shell. You did not use single quotes around in the first example:

$ echo "cash$money"
cash
$ echo 'cash$money'
cash$money
$ openssl passwd -6 -salt 'C0UG33RcHmBVAjQ/' 'cash$money'
$6$C0UG33RcHmBVAjQ/$Tm9aYQq7BsTT/awN6wiUZ6ysamqX9qUVKBV.TjML5udxWqupAB7luv/.KYypZnpQ9eI33R4Lw3O4Jx4NZjTEV/
History
Date User Action Args
2020-11-22 14:33:57christian.heimessetrecipients: + christian.heimes, m.stoichkovaaa
2020-11-22 14:33:57christian.heimessetmessageid: <1606055637.04.0.728803153243.issue42437@roundup.psfhosted.org>
2020-11-22 14:33:57christian.heimeslinkissue42437 messages
2020-11-22 14:33:57christian.heimescreate