| От | Richard Huxton |
|---|---|
| Тема | Re: hi how to use encryption for incomtax in postgresql |
| Дата | |
| Msg-id | 4476F503.50401@archonet.com обсуждение исходный текст |
| Ответ на | hi how to use encryption for incomtax in postgresql ("Penchalaiah P." <penchalaiahp@infics.com>) |
| Список | pgsql-sql |
Penchalaiah P. wrote: > hi sir > > how to use encryption to password in postgresql with examples It depends on what you're trying to achieve - password protection, concealing data, encrypting a connection. The md5() function is built-in, and may be suitable for password protection on a simple web app. The pg_crypto module in the contrib directory of the source distribution (or the extras package of your particular distribution) gives examples of various encryption and hashing functions it supports. Encrypted connections are handled by the ssl library - see Chapter 20. "Client Authentication" in the manuals. HTH -- Richard Huxton Archonet Ltd
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера