Trust is a measure of how much an entity relies on other entities for its security.

learn more… | top users | synonyms

0
votes
0answers
6 views

Is it possible to have a specific assembly running full-trust in a partially-trusted site?

I've got an IIS site running as medium trust. Is it possible to specify an override for a particular assembly to let it run as full-trust in that site, irregardless of the trust setting?
0
votes
1answer
23 views

Embedding cryptographic keys into software

The proposal for inclusion of DRM on html5 is hitting the news lately. It's only predictable that the key storage mechanism will eventually be cracked, as it was on dvd playback software. This is also ...
0
votes
1answer
31 views

Trusting app signatures

I gather that most developers (except perhaps for larger companies) use self-signed certificates to sign their apk. Since this is required for app installation, the ability to sign your app is ...
0
votes
0answers
16 views

Including an external website (using sessions) into a iframe

I want to use a subdomain on my own website to show a external website. No problem so far. Thing is the external website (which i do not own) is using sessions. As long as visitors are using Chrome or ...
0
votes
0answers
69 views

Login/User Management - Location Trust System: How to handle this in a database?

I am building a secure login system and would like to implement a feature which tracks the users location [IP]. I'd rather do it based on device but apparently I can't get MAC address via PHP. On ...
0
votes
1answer
17 views

Web Services for Checking Malicious Domains

Does anyone know of any freely available web services or APIs which accept a website URL and check this URL against a list of known malicious websites? I was thinking of designing something similar ...
0
votes
0answers
13 views

Trust payment coupon directly from phone

Title is not that clear, I'll try to do better here. It is a general question for a mobile phone app and I do not need an OS specific answer. The situation is as follows: Let a shop without computer ...
2
votes
0answers
61 views

How can you guarantee that a password vault application is secure? [closed]

I have a large number of user names and passwords - a different one for every website, service, ... To keep track of the information I have an iOS app that claims to store the information with RSA-256 ...
2
votes
1answer
102 views

RemoteCertificateNotAvailable - Root Certificate Not Being Passed During Authentication

I am currently having an issue with a .Net application installed as a windows service talking to another application written in Java being ran in Apache Tomcat 7, running on Windows Server 2008. The ...
0
votes
1answer
174 views

Custom authentication provider for Active Directory via one-way trust

We are writing a custom authentication provider for a website hosted on our DMZ server. The website is built on a CMS called Kentico which runs on .NET 4.0 framework. The Kentico hosting server is ...
0
votes
0answers
97 views

JNDI AD add trusted user to local group

I try to add a user from a trusted domain (dc=domain1,dc=com) to a local group of an other domain (dc=domain2,dc=com). Access to both domains is granted and the permissions to add a user to the ...
0
votes
1answer
45 views

Enumerating AD domains with PHP

We have a domain with over 80 other "Trusted" domains attached. This means that some of our groups are cross linked, with users from one domain, in groups on another domain, etc. I have written a ...
0
votes
0answers
34 views

setting up a domain trust between a computer and a domain?

I am trying to create a domain trust between a pc that has no domain (its pc name is its domain) and an existing domain. Is this even possible? If so, how would I go about doing it?
0
votes
0answers
93 views

How to load a certificate inside a SFCertificateView in xCode COCOA?

I am trying to show in the GUI of my Mac OS X application the contents of a P12 certificate. This is the code I am using, but it does not work: My header file: #import ...
1
vote
2answers
492 views

Application trust level

How can i change Trust level? I writing c# windows form app with oledb and can't use append query because access disable mode prevent that.
0
votes
2answers
135 views

Microsoft One-Click Installer - User Never Prompted for Trust

I wrote an Excel add-in for a client that does some custom things for 5 users. I wrote it with VS2012 and the interop assemblies for Excel 2010. I published the add-in with the MS one-click ...
-1
votes
1answer
107 views

Best free way to encrypt transmission between two servers? [closed]

I want to know the proper way to encrypt transmissions between two servers and prevent other servers from claiming to be a server they are not. I have two servers which contain a domain name that ...
2
votes
0answers
147 views

Cursor stuck at corner of window

Recently I have bought a Trust "Fresco Widescreen Tablet" ( http://www.trust.com/products/product.aspx?artnr=18002 ). At first i had no problems using it, plug and play tablet, it worked nice. After ...
2
votes
1answer
381 views

Allow java trust store to accept all SSL certificates?

Hi guys after visiting this question: http://stackoverflow.com/a/5671038/1546070 I saw a few answers and the best was obviously the answer by so_mv. Now it seems that his answer is now outdated, ...
0
votes
1answer
17 views

Virus that looks through a system and reports all it finds [closed]

I am doing a report on Information Security. Is there any such virus that 'acts' as input data to a software system, and then as it goes through different applications and systems, reports back to a ...
0
votes
0answers
775 views

Access 2010 Runtime VB Macro Frustration

Here is my problem, and it is a common one but as of yet I none of the suggestions I've found on the web have solved it: I have an access application that I created in Access 2010. The app runs fine ...
2
votes
0answers
175 views

Android https connection - Certificates

I have an app which connect to a SOAP webservice through a https connection by using KSOAP2 library. Now I am accepting all certificates with following code: public static void createTrustManager(){ ...
0
votes
0answers
99 views

What are for the trust relationsheep between forests? [closed]

I'm learning about Windows Server 2008 R2. I was testing the trusts relationship between two different forests. But I haven't understood the purpose and advantages of this? Can someone orient what ...
1
vote
0answers
140 views

How do I diagnose a certificate recoverable trust failure on iOS, without SecTrustGetTrustResult?

While adding a client certificate to an iOS application, I'm encountering a recoverable trust failure with the cert. The iOS docs discussion for SecTrustEvaluate specifically suggests using ...
1
vote
1answer
231 views

java trust store

I understand how keystores work for private keys. Basically you create a keystore, generate/sign/store the keys and based on the alias the container (JBoss, tomcat, WebLogic or WebSphere) will load ...
1
vote
2answers
1k views

Unable to access WMI when getting “Windows cannot connect to the domain” Error message

So I've got an XP Pro workstation that is reporting "Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because your computer account was ...
0
votes
0answers
191 views

using User.IsInRole() across active directory domains to check for group membership

I have two domains that are set up with a two way trust. Domain A has a group (group A) with a member (User A). Domain B has a group (group B) with Group A (from the other domain) as a member. ...
2
votes
1answer
2k views

iOS import self-signed and self-created CA certificates

I have imported a self-signed X509 certificate into my iPhone by simply emailing the certificate.pem to it and installing it on the device. Now I would like to verify a particular certificate in my ...
0
votes
0answers
53 views

What is the result of an ldap_search_ext call for trusted domains and sub-controllers?

If domainA has a one-way trust with domainB, what will be the result of the following query? ldap_simple_bind(domainA-controller) ldap_search_ext(userPrincipalName=user@domainB) Will the controller ...
0
votes
0answers
252 views

Trust level in asp.net 3.5

I have created a website and uploaded using Godaddy hosting... When I am trying to access a page which has an editor to insert data.. I get following error *Description: *The application attempted ...
1
vote
2answers
8k views

pgAdmin III connection problems

I'm recently setting up and running a Windows 2008r2 server with VMware Workstn 8. I'm running a Centos 6.2 virtual linux box with Postgresql 9.1. Everything seems ok locally and I can connect to the ...
2
votes
0answers
125 views

How to make sure that my software is connected to the right server?

I've got a server which identifies itself with an ssl certificate. The certificate is self signed. I want to make sure that the software won't send data, if the user tries to replace server and add ...
1
vote
1answer
338 views

Springframework .NET 4.0 console application from a intranet share

I've recently migrated a .NET 3.5 console application, which uses spring and nhiberate to .NET 4.0. This application ran fine off of network shares under .net 3.5 and off of a local drive under .net ...
0
votes
1answer
24 views

Is it possible, for an other client, to 'trust' a client in a network

I'm considering a problem in which a node lives in a network of many nodes. Nodes come and go. Each new node is spawned from an other (trusted) node (at least I could do that). Data is being ...
3
votes
2answers
97 views

Do I need to be careful which Maven Repositories I hook into?

Generally speaking, should one only add the central Maven Repository to a pom.xml + optionally any local Maven Repositories ? In theory (I think?) anybody can set up a repository - is there a 'Maven ...
3
votes
1answer
136 views

ASP.NET webpage skipping Assembly function calls in code behind

Hello StackOverflow, I have an ASP.NET/C# webpage that calls functions from a managed .dll assembly in the code behind. It runs through fine and working on the dev environments, but the production ...
0
votes
1answer
252 views

XMediusFax Could not establish trust relationship for the SSL/TLS secure channel

There are a lot of articles talking about this error and how to resolve it. I'm assuming it is a semi catch all error report for different types of connectivity issues. Here is my scenario, I hope ...
0
votes
0answers
615 views

That assembly does not allow partially trusted callers | Which assembly is causing this?

I've Seen various solutions on the internet about how to solve this problem. But in my case I can not change <trust level="Full" /> because the error is displayed: This configuration section ...
1
vote
2answers
8k views

Setting Trust Level in web.config

I can't send email via ASP.NET and sent an email to my web hosts for some help and was told to modify my security settings and was sent a link: http://forums.asp.net/t/1111145.aspx/1 I've read what ...
3
votes
2answers
134 views

Notification Services custom delivery channel DLL trust issue

We have an instance of SQL Notifcation Services for which we have written a custom delivery channel. We had this process up and running in our QA environment running Windows Server 2003 with SQL ...
2
votes
1answer
152 views

Where does a custom CAS policy for ASP.NET have to go?

In my hosting environment I do not have access to anything outside of my virtual directory-- I can't edit the machine.config, nor the machine level web.config, nor can I put anything in the GAC. I ...
0
votes
1answer
669 views

Cannot create instance of 'MainWindow' defined in assembly

I'm not sure if this has been posted before, but I can't find an answer. I started a new job and when I start up this wpf project I get this error as the inner exception: {"The underlying connection ...
2
votes
0answers
39 views

Best practices in gaining trust of your site's visitors? [closed]

So, I've launched my website early in 2010, and continue working on things day to day. I've come quite far in a short period of time in terms of the inventory, amount of pages, navigation, design, ...
1
vote
1answer
376 views

SqlClientPermission in a sandbox web part

I'm trying a long time to get a working SQL connection in my web part. I read a lot of msdn stuff and tried many things, but I can't get it working... Every time I try to open a SQL connection, my web ...
0
votes
1answer
2k views

Android 2.3: HttpClient SSL certificate problem: Intermediate certificate lacks BasicConstraints

I'm running into a problem using this method to address a "javax.net.ssl.SSLPeerUnverifiedException: No peer certificate" exception encountered using HttpClient 4. This, however, caused the following ...
0
votes
1answer
80 views

How can I find out what level of Trust is needed for EFCodeFirst.SqlServerCompact

I am using in my application DLL EFCodeFirst.SqlServerCompact, installed via Nuget. In my host (Partial Trust), I get a security error when I try to use this DLL. How can I find out what level of ...
1
vote
0answers
247 views

Security Exception: Request failed

This page presents a security problem. Not yet identified the cause of the error. This page was listing all the files in a folder, it worked perfectly. Now she is listing these same files, but using ...
0
votes
0answers
843 views

Problem using NSURLConnection and server trust authentication challenge

Good day to everybody, I'm working on a singleton that should manage the download of contents through the internet, I know that exist ASIHttp request and that is an excellent lib, but I have my own ...
3
votes
2answers
6k views

How to bind to AD server in PHP with credentials from trusted domain?

We have several AD servers with established forest trust between them, so Windows users from different domains are able to get access to restricted resources. Suppose we have domainA.com and ...
1
vote
1answer
390 views

HTML5 features that require elevated trust level

I know that GeoLocating requires elevated trust from the user in order to get the location. Is that part of the standard? Is the trust level elevation part of the standard? Which features requires ...

1 2