Base64 encoden / decoden

Base64 encoden / decoden

  • Comments 2
  • Likes

Om base64 te kunnen encoden / decoden ivm troubleshooten van web applicaties, kun je de volgende powershell commando's gebruiken:

Encoden van $x :

[System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($x))

Decoden van $x :

[System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String($x))

Enjoy :) 

Comments
  • Organizational Forms Library Exchange 2007 In Exchange 2000|3 kon je nog heel gemakkelijk een Organisational

  • thanks for sharing. If you need a online base64 decode tool you can check this one: http://base64decode.net/

Your comment has been posted.   Close
Thank you, your comment requires moderation so it may take a while to appear.   Close
Leave a Comment
Search Blogs