VRAUX is a auxiliary library used in c++ project development, provides some common function, such as file traversal, file verification, file encryption and decryption, simple log, string processing, etc, support Linux and windows platforms.
- traverse file/directory
- check file type/existence
- normalize path
- time
- check process
- md5 for string/file
- sha1 for string/file
- encrypt/decrypt string/file
- simple log
- split
- replace
- uft8->gb2312(for chinese)
team: VisionRush
authors: wangbo([email protected]), wangjian([email protected])