ns_base64encode - Binary-to-text encoding using "base64" encoding
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO
KEYWORDS
|
This command performs a binary-to-text encoding on string. The encoded string will be approximately 33% longer than the original.
oss2:nscp 7> ns_base64encode test dGVzdA== oss2:nscp 6> ns_base64decode dGVzdA== test |