linux - Are there different Encoding Conventions for Base64? -


Am I thinking that there are different coding conventions for Base64? In other words, is there any reason that two different base 64 encoders should create two different outputs for the same file?

I am asking because I am scanning a JPEG and I am getting two different base 64 codes.

The first encoder I

The following command is executed in the second encoder Linux environment:

  openssl base64 -e - Alps.jpg & gt; In B64EncodedFile   

I have validated the validity of both encoders by decoding the base 64 code into a JPEG and found that it is similar to the original JPEG

The base 64 simply states that the alphabet is made up of 64 unique characters to represent the data. Individual sources are only using different characters for more information.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -