Description
Cryppo SDK & CLI is a distinct product line documented under Meeco's "Other Products" section. The Cryppo SDK is a cryptographic library, available in Elixir (cryppo_ex), JavaScript (cryppo-js), and Ruby (cryppo), that handles creation of cryptographic key pairs, encryption/decryption of data, and serialization of encrypted data for storage and retrieval from the Meeco Vault, in a manner compatible with Meeco's recommended serialization and encryption formats. The accompanying Cryppo CLI (cryppo-cli, hosted on GitHub at Meeco/cryppo-cli) is a command-line tool offering functions to encrypt and decrypt values, generate url-safe base64 DEK keys of variable length, generate RSA keypairs, sign files with an RSA private key, and verify files signed with an RSA key. Both are aimed at developers building applications in Meeco's "API-of-Me" ecosystem / Secure Value Exchange platform who need straightforward cryptographic tooling.