I try to use
(1) atob() and btoa() – functions mission
(2) node Buffer – functions also missing
(3) native Android decoder – getBytes function mission
const bytes = password.getBytes("UTF-8")
let x = android.util.Base64.encodeToString(bytes,android.util.Base64.NO_WRAP)
what correct way?