pinning Questions
8
Solved
1
Is it possible to use string resources inside android:networkSecurityConfig defined in AndroidManifest.xml?
I have a config file like this:
<?xml version="1.0" encoding="utf-8"?>
<networ...
9
Solved
How do I export a security certificate from Chrome v37 on a Mac?
Previously I could click on the little lock icon next to the URL, select "Connection," select the certificate, and an "Export" butt...
Delossantos asked 19/9, 2014 at 18:38
5
I want to use SSL Pinning in volley network library. Is there any way to implement SSL pinning with volley? Does volley provide this support for security improvements?
Cinque asked 28/1, 2015 at 11:23
4
Solved
3
Solved
I am creating an iPad app that accesses HTTPS web services. I want to implement pinning, but am having issues.
This class creates the Alamofire Manager (mostly taken from documentation):
class Ne...
6
Solved
I using some old API and need to pass the a pointer of a struct to unmanaged code that runs asynchronous.
In other words, after i passing the struct pointer to the unmanaged code, the unmanaged co...
3
Solved
This question relates to the use of SSL Pinning in a client app against a web api and certificate
expiry.
Scenario:
I own example.com and have a subdomain where an api is hosted, as such: api.exa...
Voltz asked 2/1, 2016 at 15:32
1
I struggled with pinning a group column left and I wanted to share my solution with the world. Refer to the autoGroupColumnDef section. Hope this helps!
var columnDefs = [
{ headerName: "Console"...
2
Solved
I want to the pin the public key of my server so that any request made to the server has to have that public key (this is to prevent proxies like Charles sniffing the data).
I had done something s...
2
I have an iOS application that will be distributed to multiple customers, each using their own network infrastructure. I would like to add some certificate pinning capabilities, but I need to do it...
Templet asked 14/9, 2016 at 19:56
3
Im a newb here but I have an app that is subject to MITM attacks.
After I bit of research it sounds like I need to do SSL Pining, i.e keep a copy of my servers public key/certificate so the can de...
Solita asked 17/2, 2015 at 22:25
3
I often run tests and need the test-result pane to be pinned. In other time, I mostly work with writting codes and compile - I prefer to have the output pane (which shared the same space with test-...
Clamant asked 30/9, 2010 at 4:6
0
I'm trying to configure SSL pinning in my app with TrustKit but I'm getting this error:
Terminating app due to uncaught exception 'TrustKit configuration invalid', reason: 'TrustKit was initiali...
2
i'm developing lockscreen application, and i want to disable home button,
my app is - Device Owner and Device Administrator
now i'm usnig screen pinning for disable home button.
but if i started...
2
Solved
I'm currently implementing the TrustKit framework in my iOS app to enable SPKI pinning for SSL connections.
I'm stumbling upon the "backup pin" which is mandatory for a correct TrustKit configurati...
Stow asked 20/4, 2016 at 13:3
3
Solved
I would like to set up communication between two applications that are secured via TLS 1.2 wherein the public keys of the end-points are pinned. (No certificate authorities involved.)
Further, I d...
1
Solved
We are developing an IBM MobileFirst 7.1 Hybrid mobile application, and planning to use the certificate pinning feature.
We can find information on IBM website about the SSL certificate pinning on...
Logger asked 22/6, 2016 at 23:30
3
Solved
I am trying to prevent the user from pinning my .NET app to the taskbar. I've found some code on the Old New Thing that does just that. However, it is in C++.
#include <shellapi.h>
#include ...
3
I would like to pin the public key of an root CA (verisign - http://www.verisign.com/repository/roots/root-certificates/PCA-3G5.pem) into my iOS app.
Is is better to pin the public key or the subje...
Floriated asked 30/3, 2013 at 10:10
0
I am getting this error in my logcat. I have implemented ssl pinning in my android application. I think I have done something wrong which is causing this error.
05-19 17:39:54.998: E/NativeCrypto(...
Galimatias asked 19/5, 2015 at 12:59
1
Solved
I am pinning public key in my app as part of security measures, for that I have extracted public key from my PEM certificate which looks like
-----BEGIN PUBLIC KEY-----
MIIBIj....IDAQAB
-----END P...
0
I am trying to learn how to do certificate pinning in an Android application. I found the tutorial here. I wanted to clarify I doubt I have based on my testing this code.
I used the code as follo...
2
Solved
Would iOS AFNetwork SSL Pinning mode provide additional security bonus if valid certificate deployed
As per my understanding, SSL Pinning is to compare the public key or certification of a server with the copies bundled in the client beforehand.
I saw in Stackoverflow that many developers use SSL...
2
Solved
I would like to prepare my site for windows 8 pinning and have been reading some documentation on how to add the various images and could figure out that it could be done by using metadata and acco...
Linalinacre asked 4/7, 2013 at 15:59
1 Next >
© 2022 - 2024 — McMap. All rights reserved.