Search Result

Collapse
26 results in 0.0017 seconds.
Keywords
Members
Tags
security
  •  

  • C# Windows Service -- How to Configure Security

    I have created a Windows service application in C# that utilizes a FileSystemWatch er object to monitor changes to files in a directory specified in a configuration file. This service is being hosted on a Win2K3 server. The folder to be monitored is specified using a UNC path to a named share on a different Win2K3 server. The service is configured to run using a domain account that was created specifically for this service to run under.
    ...
    See more | Go to post

  • Which is best for Server Administration? Ubuntu Linux Vs Red Hat Linux Vs Fedora Core

    i just wondering if i will build a server
    which of these linux flavors would i choose?
    See more | Go to post

  • thesmithman
    started a topic FTP over SSL/TLS

    FTP over SSL/TLS

    Hello to all you security experts out there,

    My website is hosted on a particular shared hosting server, run by some big company; let's not get into which one. Suffice to say, it's a typical cPanel account on a LAMP stack. The server (not my domain, but the server itself) possesses an SSL security certificate, and I can connect to the server securely for e-mail and cPanel admin.

    My web host's Knowledge Base states...
    See more | Go to post

  • Skylookspink
    started a topic Is it safe to use Incredimail?

    Is it safe to use Incredimail?

    hi, I have different email accounts and I dont like to log into my accounts again and again to read emails. So to save my time i want to use "Incredimai l". So using Incredimail will create any problem. Can anyone hack my account if i use this software.
    See more | Go to post

  • TonyRandom
    started a topic Access 2010 Security

    Access 2010 Security

    I have an orders admin database that is currently only accessed by two Sales Administrators. I have been asked to allow read only access to the DB for the actual sales force. Would it be better to create a new FE for them to access, or is there anyway that I can secure the existing file by user? I don't want to hard code in usernames.
    See more | Go to post

  • thesmithman
    started a topic Defense Against the Dark Arts
    in PHP

    Defense Against the Dark Arts

    Hi All,
    There have been a whole lot of high-profile hacks lately: Sony, Lockheed Martin, the CIA, the Senate, the list goes on. I've heard that many of these relied at least in part on SQL injection. However, news reports don't provide much information regarding what we as coders can do to protect ourselves, our websites, and our users.

    Within a PHP/MySQL environment, I think most people know by now that
    • all user-submitted
    ...
    See more | Go to post

  • Skylookspink
    started a topic Protecting zip files contents.

    Protecting zip files contents.

    I want to protect my zip file's contents. Like, i want to make a zip file which can be used(extract) by all but no one can delete, edit contents of it.

    So there there any way to do it. Like, putting any kind of locking, password, etc.

    Thanks in advance...
    See more | Go to post

  • How can I grant "deny access" to all but 4 tables in a schema?

    I have a user that I only want to grant select on 4 tables that are used for his view in his schema. I want to deny him access to all other objects on that schema. Is there a quick way to script this so I don't have to manually specify each table/view etc.? This user is going to make a call to the database directly on the backend, so I can't put security on the GUI.

    Any advice would be greatly appreciated.
    Ana
    See more | Go to post

  • Is this class unsafe to use in my public PHP-scripts?

    I have no idea if it's safe to use or not, so I have to ask you.

    Code:
    	class Requests {
    		private $type;
    		public function __construct($type='') {
    			$this->type = strtolower($type);
    			$this->createObject();
    		}
    		private function createObject() {
    			switch($this->type) {
    				case 'post':
    					$arr = $_POST;
    					break;
    				case 'get':
    					$arr = $_GET;
    ...
    See more | Go to post

  • How to protect the tables of my msAccess without enabling the group level security?

    In my small application (msAccess VBA), I don't want to criate group users, but would like to protect the tables, so nobody else can see them or even import the information.
    Is it possible?

    Best Regards
    Ricardo
    See more | Go to post

  • Rabbit
    started a topic Securing a Database in Access

    Securing a Database in Access

    INTRODUCTION
    There has been considerable interest in the forum regarding Access and security. This is a primer on that topic.

    First off, if you have a need for security, don't do it in Access. Security should always be implemented on the server side. The reason being that you should always keep the security files away from everyone except those that need them to implement the security. The problem with Access is that it is both...
    See more | Go to post

  • Vilasini
    started a topic How to convert encrypted files into binary?

    How to convert encrypted files into binary?

    i need to change it into binary and store in Microsoft Access database...do anyone know its coding or any software???
    See more | Go to post

  • c# How can I give my app data folder Kaspersky like security ?

    I want to give my application data folder kaspersky antivirus like security. Where I can add a folder but cant change any content or create any file. I even gave the current user full control security privilege but it just does not working only for this kaspersky data folder. I can only modify data when I turning off "Self protection option". I just want to give same type of security into my application data folder. I know how to give security...
    See more | Go to post

  • web service security with SSL and Client Certificates

    I am trying to understand the process for securing a webservice. I have set up an https iis web service and require client certificates. Now, as I understand it when I make the web service request I attach my client certificate and the web browser encrypts the request using the web servers public key (which I assume the web server decrypts using it's private key). My question is...

    Does the web server automatically encrypt the response...
    See more | Go to post

  • Ryan Peters
    started a topic Javascript security

    Javascript security

    Our application uses JavaScript to show/hide buttons and div's that provide information for a user based on their security level. Their level is determined from a database query that is done in either .NET code behind or a web service.

    Our concern is that a hacker could modify the JavaScript on their local machine to give them additional security or view additional information. Right now, the application only works with IE, but it...
    See more | Go to post
Working...