Questions tagged [trust]

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

A principal in a system with trusts another principal if it allows its security to depend on assertions made by that other principal. For example, when a web browser assumes that a web site is legitimate because the site shows a certificate signed by a certificate authority, the browser trusts the CA. Trust is often established and propagated through cryptography. The concept is derived from the plain English meaning of the word, which is studied by social sciences.

If your question is about determining what security policy should apply or whether a system meets a desired security policy, and it doesn't involve code, consider asking on Security Stack Exchange.

205 questions
0
votes
0 answers

Access denied from remote MySQL server

Trying to connect to hostB, I use the command below from hostA: mysql --database=mydb --user=myuser --password=mypassword --host=hostB As a response I get the message: ERROR 1045 (28000): Access denied for user 'myuser'@'x.x.x.x (IP of hostA)'…
JunkMale
  • 71
  • 2
  • 4
0
votes
1 answer

Android trust specific domain certificate

I'm getting a error using httpclient: "No peer certificate" So, I need configure the httpclient to trust all certificates from a specific domain, but could not found a way to do this. I don't want to allow all domains, just a specific one.
Isquierdo
  • 745
  • 1
  • 10
  • 29
0
votes
1 answer

How to fix WCF error: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission

I am hosting a netTcpBinding WCF server in a Windows service. I am able to successfully connect to its remote calls via my own client without issue, so I know that it works well. However, I generate the exception Request for the permission of type…
0
votes
1 answer

Apache Mahout modified abstract similarity .. To incorporate trust network .. Need suggestions

I have modified the AbstractSimilarity class / UserSimilarity method with the following: Collection c = multiMap.get(user1); if(c.contains(user2)){ result = result+0.50; } I use the epinions dataset that has two files. One with userid, itemid,…
Nick
  • 19
  • 3
0
votes
1 answer

Mahout trust aware collaborative filtering

I'm trying develop a trust-aware collaborative filtering approach. I have two epinions datasets. One with who trusts who: . And one with ratings: . How can I make recommendations (User-User based)…
Nick
  • 19
  • 3
0
votes
1 answer

https webpage not opening unless its trusted in ie8

i have developed a java desktop application(jar) with the help of selenium webdriver.what it basically does is it opens a webpage(https) in a webbrowser in this case ie8 and does some form posting. But its unable to open the webpage(https) in ie…
user1254261
  • 142
  • 2
  • 3
  • 12
0
votes
0 answers

Establishing Trust between Servers

I have 2 java webapp servers and I need to establish trust between them. One is weblogic, the other a tomcat. My wildcard cert is in use on the tc server in a keystore, the wls is just being configured....soon to have a keystore which I'll create. I…
Bean
  • 550
  • 2
  • 8
  • 21
0
votes
1 answer

WSE 3.0 Trust chain error - how do i view what certificate is being sent back? I want to know what cert has the trust chain error

I'm having a trust chain error when I receive my response in WSE 3.0. Their cert is fine when I grab the WSDL. Their cert is fine when I connect. It likes my public cert when I send the XML request. What WSE doesn't like is the token in the…
diadem
  • 834
  • 2
  • 11
  • 24
0
votes
1 answer

ASP.Net on actual site yields security exception

I deleted and recreated the subdomain for an ASP.Net site. I then uploaded the files, but when I go and open a browser, I get a security exception that states that I have to modify the application's configuration file to grant trust. Sadly, the…
Sarah Weinberger
  • 15,041
  • 25
  • 83
  • 130
0
votes
1 answer

Authenticating AD via LDAP with a TRUST via PHP

I've got php code that works as expected to authenticate a user against an Active Directory domain using LDAP. The same domain now has a one-way trust enabled - users in the trusted domain don't appear to be visible. Example group named "mygroup"…
Keith
  • 11
  • 3
0
votes
2 answers

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 known as the trusted client problem My question…
loopbackbee
  • 21,962
  • 10
  • 62
  • 97
0
votes
1 answer

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 available to anyone. Fairly simple to use keytool and…
0
votes
0 answers

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 account creation the [IP] is logged and noted as…
Vidarious
  • 746
  • 2
  • 10
  • 22
0
votes
1 answer

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 to Web of Trust (WOT) to give you an idea?
Matthew
  • 4,477
  • 21
  • 70
  • 93
0
votes
1 answer

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 located in the DMZ Active Directory forest. There…
1 2 3
13
14