0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

符号化コマンドとしての StreamRelay.jar

Last updated at Posted at 2017-06-05

java.exe -Djava.security.policy=StreamRelay.policy -jar StreamRelay.jar

StreamRelay.bat

Base64 と Base32 だけだけど、入力時のデコード、出力時のエンコード処理が可能

符号化コマンドとしての StreamRelay.jar

C:\>type a.txt HelloWorld C:\>StreamRelay.bat -localport 0 -remoteport 0 -localinputfile a.txt -RemoteRequestBase64 -remoteoutputfile a.txt.out C:\>type a.txt.out SGVsbG9Xb3JsZA== C:\>StreamRelay.bat -localport 0 -remoteport 0 -localinputfile a.txt.out -LocalRequestBase64 HelloWorld

符号化アルゴリズム

  • Base64
  • Base32

目次へ戻る

目次というか最初の一歩

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?