confidentiality

Secure Way of storing Passwords to APIs without OpenID?

做~自己de王妃 提交于 2019-12-11 09:56:50
问题 I asked a similar question here a while back but all the answers were offering OpenID which is nice but it doesn't work with services that require authentication that don't use it (such as EventBrite). Say I want to create an app that lists your events from event brite, and their analytics (which eventbrite includes). Any person can sign up for this service to list their events. But since EventBrite doesn't have OpenID to authenticate, I need to somehow get the user login and password to

Does TLS ensure message integrity and confidentiality of data transmission in a RESTful Java enterprise

旧时模样 提交于 2019-12-07 01:56:55
问题 I want to apply web service security according to OWASP Web Service Security. Thereby I stumbled over the two points: Message Integrity Message Confidentiality So far there is just a RESTful service which can be directly accessed by a client. For each request the client needs to authenticate by the server. All communication is secured via TLS. I'm now unsure about Message Integrity since I don't understand the sentence: When using public key cryptography, encryption does guarantee

Does TLS ensure message integrity and confidentiality of data transmission in a RESTful Java enterprise

試著忘記壹切 提交于 2019-12-05 08:43:09
I want to apply web service security according to OWASP Web Service Security . Thereby I stumbled over the two points: Message Integrity Message Confidentiality So far there is just a RESTful service which can be directly accessed by a client. For each request the client needs to authenticate by the server. All communication is secured via TLS. I'm now unsure about Message Integrity since I don't understand the sentence: When using public key cryptography, encryption does guarantee confidentiality but it does not guarantee integrity since the receiver's public key is public. For the same

How can I protect Java/Javafx code from being seen by final user?

可紊 提交于 2019-11-30 10:38:32
I have been working on a project alone for more than two years for a company. The project is a really big one using rxtx to communicate with a hardware device. I used Java 8 and JAVAFX for the UI. Now it is almost finished and I am starting to search how to deliver the end user application that the company will distribute over its clients. The problem is that the company I am working with wants the code to be non reachable when the software is between final clients hands because the Java code contains some extremely sensitive information that could have very bad consequences for the company if

How can I protect Java/Javafx code from being seen by final user?

余生长醉 提交于 2019-11-29 16:30:02
问题 I have been working on a project alone for more than two years for a company. The project is a really big one using rxtx to communicate with a hardware device. I used Java 8 and JAVAFX for the UI. Now it is almost finished and I am starting to search how to deliver the end user application that the company will distribute over its clients. The problem is that the company I am working with wants the code to be non reachable when the software is between final clients hands because the Java code