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
2 answers

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 script that creates lists of users from a certain…
sacredzero
  • 55
  • 1
  • 5
0
votes
2 answers

Access 2007, VBA, a tiny project for a school, and the Trust Center

A friend asked for my help putting together an Access database for a small department at a university. It tracks medical info on some animals. The problem is that to make the application easy enough to use, we had to write some VBA code to glue…
Karl Katzke
  • 101
  • 2
0
votes
1 answer

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. I'm checking with: if(User.IsInRole(group B)) { //…
0
votes
0 answers

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 to perform an operation not allowed by the security…
spiderman
  • 25
  • 7
-1
votes
1 answer

Allow web apps use your crypto trading API keys, but not trust them

I’m thinking about how to give web apps ability to use your crypto exchanges’ API keys safely, so you can get benefit of using those services, but not trust them. The idea I came up with is to create open source browser extensions which can use your…
-1
votes
1 answer

Trust relationship auto fix script

i am trying to come up with a script to automate the fix for the common issue in domain environment "the trust relationship error " for my help-desk employee , where they can just run the script with required variable options : using power-shell…
kuku blr
  • 1
  • 1
  • 1
-1
votes
1 answer

How to choose w1 in Induced Ordered Weighted Aggregating Operator Algorithm?

In the actual algorithm it is actually give as, calculate b(1): b1[(m-1)*beta+1-m*b1]^m = [(m-1)beta]^m-1[(m-1)beta-m)b1+1] How do I decide the value for b1?
charvi
  • 211
  • 1
  • 5
  • 16
-2
votes
2 answers

Prevent website change, ever

For security reasons I need to make it so that, once a website is loaded in a browser, that website cannot be updated at all, even with a manual refresh. Is this possible with Service Workers and/or some other technology, and if so, how?
quadrupleslap
  • 460
  • 1
  • 6
  • 18
-2
votes
1 answer

Our Domain Controllers get error when attempting Replication

Please help! We have two domain controllers. For some reason, they stopped replicating in July 2016. Now, when we try to manually initiate replication, we get the following error: "The directory service cannot replicate with this server because the…
Shawnda
  • 7
  • 6
1 2 3
13
14