CLI tool for extraction of private key from CryptoPRO storage format using GOST R 34.10-2012
10K+
This tool is used to extract private key from CryptoPRO storage format using GOST R 34.10-2012 format
Storage is a folder with files:
header.key
masks.key
masks2.key
name.key
primary.key
primary2.key
CPU arhictecture:
OS:
Software:
Based on:
To build image run:
docker build -t privkey2012 ./
Change path ~/storage.001 to your storage path
and run:
docker run --rm -ti -v ~/storage.001:/usr/local/src/storage.001 privkey2012 storage.001
Your key will be output to stdout
Content type
Image
Digest
Size
16.2 MB
Last updated
almost 5 years ago
docker pull iliadmitriev/privkey2012