Results 1 comments of akino512

@a1031101978 As @dlongley said,you should encode those Chinese characters to utf-8 style first. for encryption ```js const publickeyStr = ""; const plaintextStr = "我爱你"; const publickey = forge.pki.publicKeyFromPem(publickeyStr); const buffer...