TeraTermProject / teraterm

Other
389 stars 31 forks source link

add:ttpmacro setpassword、getpassword暗号化機能追加 #211

Closed hkanou closed 2 weeks ago

hkanou commented 1 month ago

いつもお世話になっております。 ttpmacroのsetpassword、getpasswordへの暗号化機能追加を提案させて頂きます。 https://github.com/hkanou/ttpmacro/tree/main/ttpmacro2 https://github.com/TeraTermProject/teraterm/issues/154#issuecomment-2105943007

zmatsuo commented 1 month ago

ビルドできなかったので修正したのですが、 PRに私の修正を入れることができるのかな…?

hkanou commented 1 month ago

下記、私がVisual Studio Express 2017のためPRに入れられていませんでした。 PR側のブランチに入れるべき内容にも関わらず申し訳ございません。 vcxprojファイルを連携頂くことは可能でしょうか...

ビルド方法 "追加のインクルード ディレクトリ"に下記を追加 $(SolutionDir)..\libs\libressl\include "追加のライブラリ ディレクトリ"に下記を追加 $(SolutionDir)..\libs\libressl\lib "追加の依存ファイル"の先頭に下記を追加 common_static.lib cryptod.lib Bcrypt.lib

zmatsuo commented 1 month ago

私のリポジトリにpushしました。参照ください。 https://github.com/zmatsuo/teraterm/tree/hkanou-ttpmacro_password_encryption_proj

VS2017でもcmakeでビルドすれば大丈夫だと思います。 つぎのドキュメントを参考にしてください。 doc/ja/html/reference/build_library_with_cmake.md doc/ja/html/reference/build_with_cmake.md

ここが文字化け状態ですね… https://teratermproject.github.io/manual/5/ja/reference/build_library_with_cmake.html https://teratermproject.github.io/manual/5/ja/reference/build_with_cmake.html

hkanou commented 1 month ago

私のリポジトリにpushしました。参照ください。 https://github.com/zmatsuo/teraterm/tree/hkanou-ttpmacro_password_encryption_proj

大変ありがとうございます、取り込ませて頂きます。

VS2017でもcmakeでビルドすれば大丈夫だと思います。 つぎのドキュメントを参考にしてください。 doc/ja/html/reference/build_library_with_cmake.md doc/ja/html/reference/build_with_cmake.md

cmakeのこと忘れてました、参考にさせて頂きます。

ここが文字化け状態ですね… https://teratermproject.github.io/manual/5/ja/reference/build_library_with_cmake.html https://teratermproject.github.io/manual/5/ja/reference/build_with_cmake.html

この部分を参照される方は、直接ファイルを見てらっしゃいそうです ;-)