mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-22 23:17:15 -05:00
Add command to encrypt/decrypt capture IDs
This commit is contained in:
parent
fb1582dea9
commit
508c8dfa3f
|
|
@ -25,6 +25,7 @@ export function builder(yargs: Argv<ParentArguments>) {
|
|||
});
|
||||
}, argv => {
|
||||
console.log(decrypt(argv.captureid));
|
||||
});
|
||||
}
|
||||
|
||||
const key = Buffer.from('b7ed7a66c80b4b008baf7f0589c08224', 'hex');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user