Since data invocation to/from IBM MobileFirst and Mobile App client is in plain text, I'd like to encrypt some data (let's say a password) on the mobile app and decrypt it in IBM MobileFirst adapter after it's being passed to the adapter. What would be the best way to achieve that? I've seen some suggestion to use SJCL. Where would I store the key? I assume the key must be the same in the app and server-side.
SJCL in IBM MobileFirst adapters / client side
261 views Asked by Kirill Chatrov At
1
There are 1 answers
Related Questions in IBM-MOBILEFIRST
- Ibm Mobielfirst fixpack using WebSphere application server nd console
- IBM MFP MFA (Multi factor authentication) for Version 8
- Latest cordova IBM MFP Plugin(8.0.2023071003) dependency on cordova android
- IBM mobilefirst direct update failed in Cordova android application
- Worklight server is not connecting after version change in Worklight 8.0
- Fn and ln in JavaClass Person
- Mobilefirst issues with oauth login security flow and tokens
- "APPLICATION_DOES_NOT_EXIST" from Mobile first server in ionic 4 mfp application
- How can I get client IP in IBM MobileFirst8
- IBM Worklight version 8.0 - Forbidden Error while accessing token
- Build Android Fail when using cordova-plugin-mfp-push
- IBM MFP Calling a JS adapter procedure from a JS adapter cause SSLHandshakeException by IHS
- How to show two html output for mobile and website?
- Mobile Testing with Eclipse
- IBM worklight MFP 8.0 - Direct Update Failure
Related Questions in WORKLIGHT-ADAPTERS
- Hi All ,I want parameterize ,connection policy nodes like domain ,protocol in adapter.xml MFP..and pass values from external property file
- IBM MobileFirst and SQL Adapter
- IBM Mobile Migration : Worklight 6.2 to 8.0
- Cannot find default value for object, in JavaScript HTTP adapter issue in IBM worklight 8.0
- How to use WLResourceRequest in worklight 8.0 android
- iOS app crashes when remote disable is set for force upgrade
- How can we create a adapter with NTML authentication
- i have an issue with mobile first 6.3 javax.net.ssl.SSLException
- MobileFirst Encryption / decryption user credentials
- Worklight to tomcat migration
- when I try to invoke MFP adapter from Android Emulator getting the below error
- Unable to connect to Mobile First adapter from cordova application in app preview mode
- Error when creating MFP adapter
- WL.Server.invokeProcedure calls GET/POST method
- Cannot access WebService configured on TLS1.2 from Worklight HTTP Adapter
Related Questions in MOBILEFIRST-ADAPTERS
- IBM MFP MFA (Multi factor authentication) for Version 8
- How can I get client IP in IBM MobileFirst8
- IBM MFP Calling a JS adapter procedure from a JS adapter cause SSLHandshakeException by IHS
- How can I undeploy Mobile adapters from database in the face of MFP Console error FWLSE0325: Runtime synchronisation failed
- Export Version and Adapters from the Source Code using the mfpdev (Exporting Zips from Adapter and Source Code)
- handleChallenge() being trigger even handleSuccess() in mfp authentication
- mobile application keep loading when call to @OAuthSecurity resource
- IBM MobileFirst Adapter accepting Multipart request
- IBM mobile first, is it possible to segregate logs of multiple java adapters in different files?
- Adapter Mobile First doesn't get the response
- IBM MFP 8 - Create dynamic web page in adapter
- MobileFirst: Handling Binary Responses in React Native
- Ignore Certificate Error in Mobile First (React Native) (Android)
- MFP 8.0 - Intermittent invalid_scope error after login
- MobileFirst connectivity issue with SQL Server
Related Questions in SJCL
- How to decrypt of AES-256-GCM created with ruby in sjcl.js
- decrypt an ArrayBuffer with sjcl.decrypt which is not a json
- What is the Python equivalent of this JS function to decrypt an AES-CCM-encrypted string?
- CryptoKit - Encrypt with public key?
- TypeError: Cannot read property 'elGamal' of undefined
- Does sjcl support arraybuffers?
- AES GCM 256 Encryption in Javascript
- Can I compile SJCL library with Google closure compiler?
- Generate public key in browser if I only have the existing private key
- How to deserialize a public / private P-384 keys in Android?
- How to use elGamal encryption keys in Android?
- Migrating the pure Nativescript 5.x project to Nativescript 6 - JS ERROR NOT READY: generator isn't seeded
- Can't resolve 'crypto' in './node_modules/sjcl' while using SJCL in Angular 7
- How to perform sha256 hash using sjcl.hash.sha256.hash on a file content?
- What is right way doing aes gcm decription with sjcl.js?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
YES. your are right. The SJCL uses various security technologies to secure passwords and protect them against a multitude of attacks.
MobileFirst offer you
WL.SecurityUtilsfor achieve that. and store the key as your requirement,but you're not even trying. Still, a depressingly popular option.for blog https://developer.ibm.com/mobilefirstplatform/2015/07/31/saving-encrypting-and-showing-images-using-cloudant/
for API reference http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.apiref.doc/html/refjavascript-client/html/WL.SecurityUtils.html?cp=SSHS8R_7.0.0%2F9-0-0-1-23