Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 683 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 683 Bytes

Description

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.   

Module

File System

  • traverse file/directory
  • check file type/existence
  • normalize path

System

  • time
  • check process
  • md5 for string/file
  • sha1 for string/file
  • encrypt/decrypt string/file
  • simple log

String Process

  • split
  • replace
  • uft8->gb2312(for chinese)   

Author

team: VisionRush
authors: wangbo([email protected]), wangjian([email protected])

Copyright and license