tigi44 / RSAServer-SpringBoot

RSA BASIC SERVER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSAServer-SpringBoot

Java CI with Maven

SERVER

  • Spring Boot 2.0.1
  • JAVA 8

CLIENT

Test Case

testRSA

  • Request : encryptByPublicKey (param : 'plainText', result : 'encryptText')
  • Request : decryptByPrivateKey (param : 'encryptText', result : 'decryptText')
  • Confirm : 'decryptText' is equal to 'plainText'

About

RSA BASIC SERVER

License:MIT License


Languages

Language:Java 100.0%