
James Wu
- Total activity 1
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by James Wu-
James Wu created a post,
Base64-decoded strings cuts off at hex value 00
Hello, We have two base64-encoded strings whose raw bits need to be concatenated together, and then the resulting binary be base64-encoded again. In python, we would do $ python import base64 st...