PeopleSoft 使用 GnuPG 發表於 2021-01-13 更新於 2021-03-18 分類於 PeopleSoft 文章字數: 367 所需閱讀時間 ≈ 1 分鐘 PeopleCodeExec使用指令 1234&ExitCode = Exec(&commandline, %FilePath_Absolute);If &ExitCode <> 0 Then MessageBox(0, “”””, 0, 0, (“”Script was not Successful! Exit code returned by script was “” | &ExitCode));End-If; 安裝GnuPGDownload 建立PGP Key1gpg --full-generate-key」 匯出Public key1gpg --export -a "UserID" > "OutputFile" 匯入Public key1gpg --import "InputFile"