Introduction - If you have any usage issues, please Google them yourself
void DecryptAnyLength(char* _srcBytes,unsigned int _bytesLength)
void Bytes2Bits(char*srcBytes, char* dstBits, unsigned int sizeBits)
void Bits2Bytes(char*dstBytes, char* srcBits, unsigned int sizeBits)