Search found 2 matches

by slooon9969
05 Mar 2020 10:46
Forum: Discussions in English
Topic: 3 speed fan control
Replies: 2
Views: 7724

Re: 3 speed fan control

I used Fan Coil Thermostat - Heltun
by slooon9969
10 Oct 2019 22:37
Forum: Discussions in English
Topic: How do I convert a string to MD5
Replies: 1
Views: 2069

How do I convert a string to MD5

Hello, I am creating an API module. It requires a request with a password in MD5. Tell me an easy way to convert a string to MD5.
I try this:
var dgst = crypto.md5("pass");
And I get "ArrayBufer".
But how do I send it in an HTTP get request? I will be glad of any help