| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The Client was failing to properly decrypt encrypted data because of a key
generation issue, the key is generated from a password and a Verification ID.
However, because Verifcation IDs must be unique, the encryption key and the
decryption key would differ. However, the Central Server needs to be modified
so as to pass on the Encryption Key. Refs #10
|
|
|
|
| |
Refs #10
|
|
|
|
| |
Closes #22
|
|
|
|
|
| |
From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for
password-protection. Refs #10
|
|
|
|
|
|
| |
Users of the Update Server Library will no longer have to write their own Subscription File because now the Library comes
with an automatically generated one with password-protection support. Just ensure that if you move subscription.php away
from instadisc.php that you update the include() in subscription.php! Refs #10
|
|
|
|
|
|
| |
Using the new instaDisc_sendEncrypted() function and the $idusEncryptionPassword variable, you can now feed
password-protected subscriptions. However, a Subscription File will have to be automatically generated to support the
password-protection. Refs #10
|
|
|
|
| |
See [90]
|
|
|
|
| |
This really should have happened in [59]. It's [37] all over again.
|
| |
|
|
|
|
| |
Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion.
|
|
|
|
| |
The next step is to implement the instaDisc_* functions and complete the Central Server.
|
|
|