You'll generally want to keep the password hashing in your web service as a
"black box".  I.e. your client shouldn't know anything about it.  You send
the unhashed password from the client to your PHP web service.  Then you
can hash that password and compare it to the stored value in PHP.

On Fri, May 3, 2019 at 10:11 AM <rdvg1...@gmail.com> wrote:

> Hi
>
> I have to connect to a web platform that keeps passwords encrypted with
> the "password_hash ()" function of php.
>
> How can I encrypt the password in the same way using codename one.
>
> Thanks for support.
>
> --
> You received this message because you are subscribed to the Google Groups
> "CodenameOne Discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to codenameone-discussions+unsubscr...@googlegroups.com.
> Visit this group at
> https://groups.google.com/group/codenameone-discussions.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/codenameone-discussions/0fc19324-8b4d-4643-96ec-63d2ff27c2a9%40googlegroups.com
> <https://groups.google.com/d/msgid/codenameone-discussions/0fc19324-8b4d-4643-96ec-63d2ff27c2a9%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKW1RPOrptZ_jOQo_4-Bsy5XgkiDhOiemCnFNVoCfFUU9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to