b
Verify Signed Message with Server's Public Key?
no thats not what the assignment asks I need to figure out a way to make the RSA instance on the server side to remain persistent such that when I call sign data and verify data the same public private key pair is used and not a new one getting generated. Even when I call verifyData again its not the same because the controller is made every time I get one of the endpoints. I dont want that to happen
26 replies