Is communication in java rmi secure?

后端 未结 5 717
独厮守ぢ
独厮守ぢ 2021-01-04 23:45

Is communication between clients and servers in java rmi secure (i.e. encrypted by default)?

5条回答
  •  爱一瞬间的悲伤
    2021-01-05 00:47

    I think you mean "encrypted" not "encoded". The answer is no. If you're using RMI in a non-trusted environment I would suggest something like RMI over SSH tunneling.

提交回复
热议问题