Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding encryption feature to CloudBread v2 #42

Merged
merged 36 commits into from
Mar 25, 2016
Merged

Adding encryption feature to CloudBread v2 #42

merged 36 commits into from
Mar 25, 2016

Conversation

CloudBreadPaPa
Copy link
Member

This PR solving issue #39

Added encryption feature to CloudBread v2
CloudBread v2 does encrypt whole jason param as a "token"

For example,
CBComSelItemList1 API,

{
  "memberID": "aaa",
  "itemListID": "itemid1"
}

These jason request change to

{
    "token": "NAqJwBORSW5j1flhtMWd92ArJXsWBhPQLobmKPn7wZh5Ofs9TXmcWaDkueLfRbchMktKXMGwIv/QJHqclNaIaw=="
}

Rearding to the CloudBread encryption config, Response comes as "token", too.
Please, check out camp workthrough papers and Postman collection.

update startup - add CloudBreadErrorLog table storage
added Encryption configuration
<add key="CloudBreadCryptSetting" value=""></add>
<add key="CloudBreadCryptKey" value=""></add>
<add key="CloudBreadCryptIV" value=""></add>
@CloudBreadPaPa CloudBreadPaPa merged commit d5ba085 into CloudBreadProject:master Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant