Documentation ¶
Index ¶
- func DecryptECB(encryptedBytes, key []byte) ([]byte, error)
- func DecryptECBStrings(encoded string, key string) (res string, err error)
- func Detect(input [][]byte) int
- func DetectAESECB() (decoded int, err error)
- func DetectSingleByteXor(s1 string) (ddsasda string, err error)
- func FixedXor(s1 string, s2 string) (res string, err error)
- func HexToBase64(hexS string) string
- func LetterRatio(s []byte) (score float64)
- func ReadLines(f []byte) ([][]byte, error)
- func RepeatingKeyXOR(s1 string, key string) string
- func SBX(s1B []byte, l int) []byte
- func SingleByteXor(s1 string) (result string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptECB ¶
func DetectAESECB ¶
func DetectSingleByteXor ¶
func HexToBase64 ¶
func LetterRatio ¶
func RepeatingKeyXOR ¶
func SingleByteXor ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.