π Keys
The main strength of the network is on it's keys
const keyPair = await subtle.generateKey(
{
name: "RSA-PSS",
modulusLength: 2048,
publicExponent: new Uint8Array([1, 0, 1]),
hash: "SHA-256",
},
true,
["sign", "verify"]
);// ADD NEW USER
grantKey({
name: "KEYNAME",
pubKey:
"-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhki...IVizEoJZIz8JA9tkjZ+ZVPBfYlBQIDAQAB -----END PUBLIC KEY-----",
});
Previousπ Passport NFC readerNextπ»πͺ Solution for Transparent and Secure Elections in Venezuela
Last updated