Community discussions

MikroTik App

Search found 4 matches

by alexbayker
Thu Feb 15, 2024 6:02 pm
Forum: Scripting
Topic: Script MD5 Hash Generator
Replies: 20
Views: 20119

Re: Script MD5 Hash Generator

This is my sha1 script for Mikrotik. I decided to take the trouble and write it. It works, but may need optimization :global str2sha1 do={ :local Debug 0 :local strMessage [:tostr "$1"] :local arrCharSet ( "\00", "\01", "\02", "\03", "\04",...
by alexbayker
Tue Dec 26, 2023 7:45 pm
Forum: Scripting
Topic: Script MD5 Hash Generator
Replies: 20
Views: 20119

Re: Script MD5 Hash Generator

Using API will not work in my case, because I want to write onvif-script for my camera, which may require generating many hashes per second
by alexbayker
Mon Dec 25, 2023 5:20 pm
Forum: Scripting
Topic: Script MD5 Hash Generator
Replies: 20
Views: 20119

Re: Script MD5 Hash Generator

Who can help with getting the SHA1-hash from a string variable in scripts?
by alexbayker
Mon Dec 25, 2023 5:16 pm
Forum: Scripting
Topic: Script MD5 Hash Generator
Replies: 20
Views: 20119

Re: Script MD5 Hash Generator

Digest authentication was implemented in firmware 7.13
fetch - added "http-auth-scheme" parameter, allows to select HTTP basic or digest authentication;