PHP Manual
PEAR Manual
Smarty Manual
PostgreSQL
MySQL Manual
Perl Manual
Ciekawe adresy
Czytnik RSS
» Środowy Przegląd PrasyNasza-Klasa może stracić 20 - 30 proc. użytkowników... Można legalnie łamać iPhone'a... Kapsch i My Toll faworytami w walce o system poboru myta na polskich drogach... UKE przedstawił informacje na temat WiMAX2... PKO BP oficjalnie szuka CIO... Koniec tanich komputerów... Premiera najnowszej gry Blizzarda może pobić rekord otwarcia... Internet i TV w warszawskich taksówkach... Internauci lubią telewizję i wolą media niż rodzinę...
» Wygraj Windows 7 już dziś!
23 marca ruszył konkurs organizowany przez Microsoft i portal CentrumXP.pl. Na stronie internetowej www.WindowsRozwinieSkrzydla.pl przez dwa miesiące internauci będą odpowiadali na pytania dotyczące znajomości usługi Windows Live. Zbierając punkty w kolejnych rundach, będą walczyli o 500 nagród o łącznej wartości ponad 250 tysięcy złotych. Konkurs trwa od 23 marca do 27 kwietnia. Dwa razy w tygodniu na stronie konkursowej publikowane będą testy składające się z 7 pytań sprawdzających wiedzę internautów o Windows Live. Bazą wiedzy jest sam portal CentrumXP.pl, gdzie będzie można odnaleźć podpowiedzi do pytań konkursowych. Po zakończeniu każdej rundy osoby z największą liczbą punktów będą otrzymywały nagrody. Konkurs ma swój profil na Windows Live Spaces, gdzie prowadzony jest specjalny blog: WindowsRozwinieSkrzydla.Spaces.Live.com na którym będą ogłaszane dodatkowe zadania dla uczestników konkursu. Wśród nagród znajduje się 100 sztuk systemu Windows 7 Ultimate i Home Premium, wysyłanych w dniu premiery, Notebooki Samsung R710 oraz Samsung NC10, Windows Vista, Microsoft Office 2007 dla Użytkowników Domowych i wiele, wiele innych.
» Elipda zakończyła prace nad najmniejszym modułem 2GBit DDR3
Elpida Memory, Japoński producent pamięci DRAM, ogłosił dzisiaj, że zakończono przygotowanie najmniejszych, szybkich i energooszczędnych pamięci DDR3 SDRAM o pojemności 2GBit. Chipy wykonano w 40nm procesie technologicznym.
» Najgłośniejsze przecieki z WikiLeaks
Lipiec 2010 r. - serwis WikiLeaks wchodzi w posiadanie ponad 90 tys. dokumentów wojska i wywiadu, zawierających szczegółowe informacje dotyczące działań koalicji antyterrorystycznej w Afganistanie w latach 2004 - 2010. Wybucha skandal na skalę światową. WikiLeaks to jednak witryna "zasłużona" w ujawnianiu informacji, które w innym wypadku nigdy nie trafiłyby do publicznej wiadomości.
16.6. encryption options
postgresql offers encryption at several levels, and provides flexibility in protecting data from disclosure due to database server theft, unscrupulous administrators, and insecure networks. encryption might also be required to secure sensitive data such as medical records or financial transactions.
- password storage encryption
by default, database user passwords are stored as md5 hashes, so the administrator cannot determine the actual password assigned to the user. if md5 encryption is used for client authentication, the unencrypted password is never even temporarily present on the server because the client md5 encrypts it before being sent across the network.
- encryption for specific columns
the /contrib function library
pgcryptoallows certain fields to be stored encrypted. this is useful if only some of the data is sensitive. the client supplies the decryption key and the data is decrypted on the server and then sent to the client.the decrypted data and the decryption key are present on the server for a brief time while it is being decrypted and communicated between the client and server. this presents a brief moment where the data and keys can be intercepted by someone with complete access to the database server, such as the system administrator.
- data partition encryption
on linux, encryption can be layered on top of a file system mount using a "loopback device". this allows an entire file system partition be encrypted on disk, and decrypted by the operating system. on freebsd, the equivalent facility is called geom based disk encryption, or gbde.
this mechanism prevents unencrypted data from being read from the drives if the drives or the entire computer is stolen. this does not protect against attacks while the file system is mounted, because when mounted, the operating system provides an unencrypted view of the data. however, to mount the file system, you need some way for the encryption key to be passed to the operating system, and sometimes the key is stored somewhere on the host that mounts the disk.
- encrypting passwords across a network
the md5 authentication method double-encrypts the password on the client before sending it to the server. it first md5 encrypts it based on the user name, and then encrypts it based on a random salt sent by the server when the database connection was made. it is this double-encrypted value that is sent over the network to the server. double-encryption not only prevents the password from being discovered, it also prevents another connection from using the same encrypted password to connect to the database server at a later time.
- encrypting data across a network
ssl connections encrypt all data sent across the network: the password, the queries, and the data returned. the pg_hba.conf file allows administrators to specify which hosts can use non-encrypted connections (host) and which require ssl-encrypted connections (hostssl). also, clients can specify that they connect to servers only via ssl. stunnel or ssh can also be used to encrypt transmissions.
- ssl host authentication
it is possible for both the client and server to provide ssl keys or certificates to each other. it takes some extra configuration on each side, but this provides stronger verification of identity than the mere use of passwords. it prevents a computer from pretending to be the server just long enough to read the password send by the client. it also helps prevent "man in the middle" attacks where a computer between the client and server pretends to be the server and reads and passes all data between the client and server.
- client-side encryption
if the system administrator cannot be trusted, it is necessary for the client to encrypt the data; this way, unencrypted data never appears on the database server. data is encrypted on the client before being sent to the server, and database results have to be decrypted on the client before being used.
Najskuteczniejsza reklama to pozycjonowanie - Pozycjonowanie stron <= zajrzyj tu i dowiedz się więcej o pozycjonowanie stron