UNPKG
@tsmx/secure-config-tool
Version:
latest (2.4.1)
stable-v1 (1.2.4)
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Command-line tool for @tsmx/secure-config.
tsmx.net/secure-config/
tsmx/secure-config-tool
@tsmx/secure-config-tool
/
functions
/
create-key.js
5 lines
(4 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
const
cryptUtils =
require
(
'../utils/crypt'
);
module
.
exports
=
function
(
) {
console
.
log
(cryptUtils.
genkey
()); };