An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/wiggin77/cryptod

Package cryptod provides AES256-GCM encryption and decryption of arbitrarily large sets of data. For example this package can be used to encrypt/decrypt files. Data is read/written in chunks when encrypting and decrypting therefore the whole data set will not reside in memory at once. To encrypt data, provide an io.Reader interface to the plaintext data and an io.Writer which will receive the encrypted data: To decrypt the data, provide an io.Reader interface to the encrypted data and an io.Writer which will receive the plaintext:

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/wiggin77/cryptod
Keywords: aes-256 , aes-gcm , crypto , golang , golang-package
License: MIT
Latest release: 15 days ago
First release: over 6 years ago
Namespace: github.com/wiggin77
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 5 hours ago

    Loading...
    Readme
    Loading...