One of the biggest problems nowadays is to being able to encode or decode to/from base64.
Jokes apart, if you need to quickly check a base64 string, try this encoder or this decoder (mind the note before using them).
Subscribe to:
Post Comments (Atom)
Decrypt SDES SRTP from pcap
If you have a pcap file with encrypted RTP (SDES SRTP) and have access to the SIP signalling to see the keys, these instructions will help y...
-
I needed an efficient way to programmatically extract RTP streams from a network capture. In addition I wanted to: save each stream into a s...
-
WebRTC applications use the ICE negotiation to discovery the best way to communicate with a remote party. I t dynamically finds a pair of...
-
There are various levels of testing, from unit to component, from integration to end-to-end, not to mention performance testing and fuzzing....
No comments:
Post a Comment