problem description
used to use base64 encryption, the encryption method is
let aa = new Buffer ("test"). ToString (" base64");
now some content needs to be encrypted with base58
the environmental background of the problems and what methods you have tried
the base58 encryption method is relatively unfamiliar, what is found on the Internet is the specific implementation of the principle and method, I would like to know if there is a relatively simple method of calling.
related codes
/ / Please paste the code text below (do not replace the code with pictures)
what result do you expect? What is the error message actually seen?
expect to realize base58 encryption and decryption