Skip to content

Support of CJK characters... no matter it is in UTF-8 or ANSI #6

@sjturen

Description

@sjturen

simple test case:

auto str_en = encrypt("很好", "123");
auto str = decrypt(str_en, "123");
  •   str_en	"k5mWno=="
    
  •   str	"观好"
    

some minor issues i've found are:

  1. should add "const" to all strings in all apis to be "const string&"
  2. should change all "or" to ordinary "||" in source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions