URL-Safe Base64 Encoding

Last update:2022-03-01 18:00:57

URL-Safe Base64 Encoding is suitable for scenarios where Base64 encoded results are transferred with the URL method. The basic process of this encoding method is first encoding content into a character string in Base64 format, then checking the resultant character string, substituting hyphens (-) for the plus signs (+) in the character string, and substituting the underscores (_) for the forward slashes (/).

  • Basic Base64 alphabet
    E-help 원격 지원 일시 중단 안내 (4/26)

  • URL-optimized Base64 alphabet (Differences are marked in red and feature the complete same algorithmic processing procedure)
    E-help 원격 지원 일시 중단 안내 (4/26)

  • Algorithmic processing procedure
    E-help 원격 지원 일시 중단 안내 (4/26)

For the detailed encoding specifications, see the relevant descriptions in the RFC4648standard.

Is the content of this document helpful to you?
Yes
I have suggestion
Submitted successfully! Thank you very much for your feedback, we will continue to strive to do better!