--
http://dotcms.com - Open Source Java Content Management
---
You received this message because you are subscribed to the Google Groups "dotCMS User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dotcms+un...@googlegroups.com.
To post to this group, send email to dot...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dotcms/973174f1-23ce-4fa0-b046-e766c746997d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Christopher Falzone
Interactive Developer
A Q U E N T
Digital, Creative, and Marketing Talent
com.dotcms.util.security.Encryptor encryptor = EncryptorFactory.getInstance();
user.setPassword(encryptor.digest(password));
--
http://dotcms.com - Open Source Java Content Management
---
You received this message because you are subscribed to the Google Groups "dotCMS User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dotcms+un...@googlegroups.com.
To post to this group, send email to dot...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dotcms/bd05ab74-1696-46a9-a4e5-44ea334e3c19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Jonathan, I made to replace the code when I get a chance.
On Sun, Mar 3, 2019 at 2:49 PM <jonatha...@dotcms.com> wrote:
You can use the:--com.dotcms.util.security.Encryptor encryptor = EncryptorFactory.getInstance();user.setPassword(encryptor.digest(password));
On Friday, February 22, 2019 at 12:37:24 AM UTC-6, Nathan Keiter wrote:I see PublicEncryptionFactory is deprecated. What should replace it?As in:user.setPassword( PublicEncryptionFactory.digestString( password ) );
http://dotcms.com - Open Source Java Content Management
---
You received this message because you are subscribed to the Google Groups "dotCMS User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dot...@googlegroups.com.
To post to this group, send email to dot...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dotcms/bd05ab74-1696-46a9-a4e5-44ea334e3c19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.