Skip to content

Releases: ThirdKeyAI/SchemaPin

Release v1.1.4

08 Jun 09:15
Compare
Choose a tag to compare

SchemaPin Release v1.1.4

Multi-language cryptographic schema integrity verification package.

npm Installation

npm install schemapin

PyPI Installation

pip install schemapin

Go Installation

go install github.com/ThirdKeyAi/schemapin/go/cmd/...@v1.1.4

CLI Tools

# Python
schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

# Go (same interface)
schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

Changes

See CHANGELOG.md for detailed changes.

Package Links

Release v1.1.3

08 Jun 08:15
Compare
Choose a tag to compare

SchemaPin Release v1.1.3

Multi-language cryptographic schema integrity verification package.

npm Installation

npm install schemapin

PyPI Installation

pip install schemapin

Go Installation

go install github.com/ThirdKeyAi/schemapin/go/cmd/...@v1.1.3

CLI Tools

# Python
schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

# Go (same interface)
schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

Changes

See CHANGELOG.md for detailed changes.

Package Links

Release v1.1.1

07 Jun 23:27
Compare
Choose a tag to compare

SchemaPin Release v1.1.1

Dual-language cryptographic schema integrity verification package.

npm Installation

npm install schemapin

PyPI Installation

pip install schemapin

CLI Tools (Python)

schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

Changes

See CHANGELOG.md for detailed changes.

Package Links