Registry / crypto / wealdtech-go-eth2-wallet-encryptor-keystorev4

wealdtech-go-eth2-wallet-encryptor-keystorev4

JSON →
library1.4.1gogounverified

A Go library for encrypting and decrypting Ethereum 2 wallet keystores using the EIP-2335 keystore format.

go get github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4
INSTALL
IMPORT
SIG · WEALDTECH-GO-ETH2-
W
wealdtech-go-eth2-wallet-encryptor-keystorev4
cryptogov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

keystorev4
github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4

Encrypts a secret using the keystore V4 format.

package main import ( "fmt" "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" ) func main() { encryptor := keystorev4.New() ciphertext, _ := encryptor.Encrypt([]byte("secret"), "password") fmt.Println(ciphertext) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
wealdtech-go-eth2-wallet-encryptor-keystorev4 — go get wealdtech-go-eth2-wallet-encryptor-keystorev4 · libregistry