Authentication ready

Aleksej Sokolov
Nov 19, 2021

One more step forward in Ness-Node development!
Have to write key-generator and test suit here https://github.com/Alex014/NessNodeTester

Some samples:

Generate node keys

python codegen.py -ng http://node.zxc “Hello World,test”

Generate node config (for use in node)

python configen.py http://node.zxc

Show node:

python codegen.py -ns http://node.zxc

Show node WORM markup (for usage in EMC NVS)

python codegen.py -nsw http://node.zxc

Generate user:

python codegen.py -ug user 10 “1,blowfish,16;1,aes,8” “Hello World,test”

Show user:

python codegen.py -us user

Show user WORM markup (for usage in EMC NVS)

python codegen.py -usw user

--

--