Skip to content
  1. Oct 30, 2013
    • Steve Holme's avatar
      base64: Added basic validation to base64 input string when decoding · e17c1b25
      Steve Holme authored
      A base64 string should be a multiple of 4 characters in length, not
      contain any more than 2 padding characters and only contain padding
      characters at the end of string. For example: Y3VybA==
      
      Strings such as the following are considered invalid:
      
      Y=   - Invalid length
      Y==  - Invalid length
      Y=== - More than two padding characters
      Y=x= - Padding character contained within string
      e17c1b25
  2. Oct 29, 2013
  3. Oct 28, 2013
  4. Oct 27, 2013
  5. Oct 26, 2013
  6. Oct 25, 2013
  7. Oct 23, 2013