0
5
encode string in base64
0 Comments
import java.util.Base64; String encoded = Base64.getEncoder().encodeToString("mystring".getBytes());