mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-27 11:09:09 -04:00
readmes
This commit is contained in:
parent
2cf4d903db
commit
3807fef5cc
@ -134,6 +134,8 @@ babaaaabaaababaababaaaabbabbababbaaaabaaaabbbaabaabaaaaaabaaabaaabaaabaaabbaabaa
|
||||
|
||||
#### [Base64]:
|
||||
|
||||
Base64 is a non-readable encoding that encodes arbritary 8-bit input using 6-bit alphabet of case sensitive alphanumerics, "+", "/". Every 3 bytes of input map to 4 bytes of output. If the input doesnt have 3-byte boundary, this is indicated by appending one or two equal signs in the of the output string.
|
||||
|
||||
- [Base64 Decoder](http://www.base64decode.org)
|
||||
|
||||
```
|
||||
@ -154,6 +156,7 @@ Nzk0czAwIHRueXMgZmhidnByZWMgZWhiIHNiIGdlbmMgcWV2dWcgcnVnIGhibCBnYXJmcmVjIFYgbG9y
|
||||
|
||||
- [ASCII Conversion Table](http://defindit.com/ascii.html)
|
||||
- [Convert All](http://www.asciitohex.com/)
|
||||
- [GREAT ASCII CHART](http://www.jimprice.com/jim-asc.shtml)
|
||||
|
||||
|
||||
- Decimal to hex:
|
||||
|
Loading…
x
Reference in New Issue
Block a user