Password Web Service

There are times when you will need to store passwords as a hash or full password (as plaintext). Store them safely outside of your system with the Password web service.

The passwords are encrypted using your key before being saved. Your key is never stored.

How to Use the Service

The service supports both POST and GET requests. Nevertheless, POST requests are highly recommended for security reasons.

The responses will be in JSON format. JSONP format also supported.

Set a New Password

You can set a password only once, to replace delete, and create a new with same key

http://ws.sinevia.com/passwords/password-set?Key=TEST&Value=PA88WORD&Secret=SeCreT&Token=Password_Demo
Test

Get a Password

http://ws.sinevia.com/passwords/password-get?Key=TEST&Secret=SeCreT&Token=Password_Demo
Test

Remove a Password

http://ws.sinevia.com/passwords/password-remove?Key=TEST&Token=Password_Demo
Test