This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to 3.0.5 for BBL Oct Release compatibility
- Loading branch information
1 parent
4dc454d
commit 3ede458
Showing
3 changed files
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,3 @@ Documentation: http://www.spvsoftwareproducts.com/ | |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
|
||
Contact: [email protected] | ||
|
||
******************* | ||
|
||
Version 3.0.1: | ||
|
||
Modified to include the option to encrypt data sent to and decrypt data sent from tools that are not hosted locally. | ||
|
||
Any user information sent to the tool via LTI Membership Extension Request request is being encrypted. That way the external tool only receives and stores encrypted hashes. | ||
|
||
In case of an LTI Outcomes Extension Request, the user identification sent by the tool will be decrypted to compute the grade. The user will then be encrypted again before the return message is created and sent back to the external tool. | ||
|
||
Changes: | ||
- A new package (ca.ubc.ctlt.encryption), that includes two new classes, has been added to handle the de- and encryption. | ||
- Membership.java and Outcomes.java have been modified to include encryption. | ||
- data.jsp has been modified to include an option to enable encryption for each tool individually. | ||
- Added simple test for encryption/decryption. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters