psvz
psvz
``` var md = forge.md.sha256.create() md.update(data) const hash = md.digest() ``` This gives me some weird Object. How do I get 32 bytes in Uint8Array in the most performant way?
Hi guys, I am looking for a possibility to store in and retrieve from a distributed blockchain an association between an arbitrary string (humanly readable name for example) and a...
You say "It is recommended to use the latest [ngx_openresty bundle](http://openresty.org/) directly" Well, I do have the bundle installed, and yet I am getting: ``` 2022/10/26 11:12:54 [error] 3649#3649: *33...
Could you please confirm if your code will decode binary data from QR? As we all know how lame Google's ZXing was (is?). E.g., https://stackoverflow.com/questions/37996101/storing-binary-data-in-qr-codes
The script can't handle NS_PATH such as `/401107/mpx/storage/NGS/111/640/150602-hendo-hoverboard-demo-vin~~~~~en~mux~~1.mp4` This is script specific because my other code (java) works with such files on netstorage just fine. This is not permission issue...
Your demo fails at the task hence the question. Example of QRs: https://stackoverflow.com/questions/37996101/storing-binary-data-in-qr-codes
?Ks=1Ee&AA=12&UU=13 should be sorted by canonicalization to ?AA=12&Ks=1Ee&UU=13 Currently the order of parameters is not changed leading to false comparison between two same URLs with different parameters order.
Hi I recently came across SPIFFE/SPIRE framework and wanted better understand fundamental use-case for it, which I didn't find examples of in documentation. Organisationally, I understand SPIFFE uses 3-parties model,...