Example inputs:
| Variable | Value |
|---|---|
| key | the shared secret key here |
| message | the message to hash here |
Reference outputs for example inputs above:
| Type | Hash |
| { | |
| "terminal.integrated.profiles.windows": { | |
| "Cmder": { | |
| "path": "${env:windir}\\System32\\cmd.exe", | |
| "args": [ | |
| "/k", | |
| "D:\\Application\\cmder\\vendor\\bin\\vscode_init.cmd" | |
| ] | |
| } | |
| }, |
| mysqld.exe --install MariaDBSSL --defaults-file=D:\Developments\Databases\mariadb10.4\data\my.ini |
| https://en.wikipedia.org/wiki/Nvidia_NVDEC | |
| https://superuser.com/questions/785528/how-to-generate-an-mp4-with-h-265-codec-using-ffmpeg |
| D:\Server\commons-daemon-1.3.4\amd64\prunsrv.exe //IS//JavaDaemonService --Install=D:\Server\commons-daemon-1.3.4\amd64\prunsrv.exe --Jvm=auto --Classpath=D:\Lat\Java\Daemon\JavaDaemonTest\release\JavaDaemonTest.jar --StartMode=jvm --StartClass=javadaemontest.JavaDaemonTest --StartMethod=main --StopMode=jvm --StopClass=javadaemontest.JavaDaemonTest --StopMethod=stop --LogPath=D:\Lat\Java\Daemon\JavaDaemonTest\logs --StdOutput=D:\Lat\Java\Daemon\JavaDaemonTest\logs\stdout.log --StdError=D:\Lat\Java\Daemon\JavaDaemonTest\logs\stderr.log |
| 1. jdeps --multi-release 11 --print-module-deps --ignore-missing-deps --class-path lib\* -recursive apps.jar | |
| 2.D:\Developments\Java\zulu11.68.17-ca-jdk11.0.21-win_x64\bin\jlink --add-modules java.base,java.desktop,java.instrument,java.management,java.naming,java.prefs,java. | |
| rmi,java.scripting,java.sql,java.xml.crypto,jdk.attach,jdk.scripting.nashorn,jdk.scripting.nashorn.shell,jdk.jdi,jdk.unsupported --output jre11.0.21_x64 |
| ; Script generated by the Inno Setup Script Wizard. | |
| ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! | |
| #define MyAppName "TestMariaDb" | |
| #define MyAppVersion "1.0.0" | |
| #define MyAppPublisher "siopass@gmail.com" | |
| #define MyAppURL "https://www.opass.com/" | |
| #define MyAppExeName "testino.exe" | |
| export NODE_OPTIONS=--openssl-legacy-provider && npm run start | |
| # Windows | |
| set NODE_OPTIONS=--openssl-legacy-provider && npm run start/serve | |
| or add this to packages.json | |
| "scripts": { | |
| "serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", |
Example inputs:
| Variable | Value |
|---|---|
| key | the shared secret key here |
| message | the message to hash here |
Reference outputs for example inputs above:
| Type | Hash |
| 1. openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key | |
| 2. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "strings" | |
| "github.com/tarm/serial" | |
| ) |