in reply to Question about base64 encoded attributes with Net::LDAP::LDIF
with that attribute encrypted
Note that Base64 is not encryption, it is just obfuscation. To anyone who knows what Base64 is, reading the userPassword attribute will be no problem at all whether it's encoded or not.
Anyway, the Net::LDAP::LDIF constructor mentions a encode => 'base64' parameter, have you tried that? It's always best if you show some short but representative code - see SSCCE.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Question about base64 encoded attributes with Net::LDAP::LDIF
by steiner (Novice) on Jul 01, 2019 at 19:45 UTC | |
by haukex (Archbishop) on Jul 01, 2019 at 20:13 UTC | |
by steiner (Novice) on Jul 02, 2019 at 20:56 UTC | |
by haukex (Archbishop) on Jul 07, 2019 at 09:11 UTC | |
by steiner (Novice) on Jul 23, 2019 at 20:38 UTC |