Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackBox ¶
type BlackBox struct {
// contains filtered or unexported fields
}
func NewBlackBox ¶
func (*BlackBox) Base64Open ¶ added in v1.3.0
Base64Open decode the data from base64 raw URL encoding and Open it.
func (*BlackBox) Base64Seal ¶ added in v1.3.0
Base64Seal Seal and encode the data to base64 raw URL encoding.
func (*BlackBox) OpenOverWrite ¶ added in v1.1.0
OpenOverWrite overwrites the input slice with the decrypted data. Better Performance than Open. But the input slice will be overwritten.
Click to show internal directories.
Click to hide internal directories.