hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
ubaldo avatar

Ubaldo Taladriz

ubaldo

Total Packages

4

Total Downloads

327+

utaladriz@gmail.com X.com: utaladriz Bluesky: utaladriz.bsky.social GitHub: utaladriz Elixir Forum: utaladriz
Packages Stats

Packages

Most Popular Most Downloaded Newest First

sign_core

0.1.4
171+

Signer-agnostic PDF (PAdES B-B/B-T) and XML (XAdES B-B/B-T) signing primitives. Wire in your own signature source (PKCS#11 hardware via `pkcs11ex`, PKCS#12 / PKCS#8 software keys via `soft_signer`, cloud KMS, etc.) by implementing the `SignCore.Signer` protocol.

Last Updated: 2 weeks ago

pkcs11ex_audit

0.1.1
61+

Append-only hash-chained audit log + RFC 3161 timestamp anchoring for pkcs11ex. Sister library; opt-in dep for deployments that need tamper-evident signature audit trails.

Last Updated: 2 weeks ago

soft_signer

0.1.0
60+

Software-key implementation of `SignCore.Signer` for PKCS#12 (.p12 / .pfx) bundles and PKCS#8 PEM private keys (encrypted or not). Use with `sign_core` to produce PAdES / XAdES / JWS signatures from filesystem-resident keys.

Last Updated: 2 weeks ago

pkcs11ex

0.1.0
35+

Hardware-backed digital signatures for Elixir, via PKCS#11. Layered library with first-class adapters for JWS (RFC 7797), PDF (PAdES), and XML (XML-DSig / XAdES). Backed by HSMs and hardware tokens through a Rust/Rustler bridge.

Last Updated: 2 weeks ago
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".