Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
keygen
command
Command keygen prints a freshly generated random master key (128-char hex) and exits — the convenience equivalent of "ob keygen", runnable without installing anything via "go run oboron.org/go/cmd/keygen".
|
Command keygen prints a freshly generated random master key (128-char hex) and exits — the convenience equivalent of "ob keygen", runnable without installing anything via "go run oboron.org/go/cmd/keygen". |
|
ob
command
Command ob is the CLI for oboron's secure schemes (a-tier + u-tier): it encrypts a UTF-8 string into compact, URL-safe obtext and decrypts it back.
|
Command ob is the CLI for oboron's secure schemes (a-tier + u-tier): it encrypts a UTF-8 string into compact, URL-safe obtext and decrypts it back. |
|
obcrypt
command
Command obcrypt is the CLI for the obcrypt crypto core: bytes-in / bytes-out symmetric encryption (oboron a-tier + u-tier).
|
Command obcrypt is the CLI for the obcrypt crypto core: bytes-in / bytes-out symmetric encryption (oboron a-tier + u-tier). |
|
obz
command
Command obz is the CLI for oboron's z-tier obfuscation schemes (legacy and zrbcx): reversible obfuscation of a string, not authenticated encryption.
|
Command obz is the CLI for oboron's z-tier obfuscation schemes (legacy and zrbcx): reversible obfuscation of a string, not authenticated encryption. |
|
internal
|
|
|
version
Package version holds the canonical version of the oboron-go module.
|
Package version holds the canonical version of the oboron-go module. |
|
Package obcrypt is the bytes-in / bytes-out cryptographic core of the oboron protocol (https://oboron.org/).
|
Package obcrypt is the bytes-in / bytes-out cryptographic core of the oboron protocol (https://oboron.org/). |
|
Package oboron is the string-in / string-out layer of the oboron protocol (https://oboron.org/).
|
Package oboron is the string-in / string-out layer of the oboron protocol (https://oboron.org/). |
|
internal/textcodec
Package textcodec holds the byte<->text encoding backends shared by the a/u-tier (package oboron) and the z-tier (package oboron/ztier).
|
Package textcodec holds the byte<->text encoding backends shared by the a/u-tier (package oboron) and the z-tier (package oboron/ztier). |
|
ztier
Package ztier is the isolated z-tier (obfuscation) layer of oboron, mirroring the Rust reference's `oboron::ztier` module.
|
Package ztier is the isolated z-tier (obfuscation) layer of oboron, mirroring the Rust reference's `oboron::ztier` module. |
|
scripts
|
|
|
gen-codecs
command
Command gen-codecs generates the fixed-type codec families — the Go analog of Rust's impl_codec_* / impl_zcodec! macros.
|
Command gen-codecs generates the fixed-type codec families — the Go analog of Rust's impl_codec_* / impl_zcodec! macros. |
|
gentest
command
|
|
|
testlen
command
|
Click to show internal directories.
Click to hide internal directories.