Skip to content

capri-san/confisum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the binary that executes a sensitive/protected operation.

A new pair of private/public key is generated on startup, and the public key is published The keys are hex-encoded BTCEC (bitcoin/Koblitz) keys for now

The "confisum" app starts an http server on port 8080 by defaut. The Dockerfile continues with this default, so the way to use docker is:

docker build -t %imageName% .
docker run -p %yourFavPort%:8080 %imageName%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published