shacrypt
Implements SHA256-CRYPT and SHA512-CRYPT password encryption schemes
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: shacrypt : Implements SHA256-CRYPT and SHA512-CRYPT password encryption schemes
Information
- Extension ID: 4440
- Extension Name:
shacrypt - Package Name:
shacrypt - Category:
UTIL - License: PostgreSQL
- Website: https://github.com/dverite/postgres-shacrypt
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.1
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
postgres_shacrypt_$v* - RPM Ver :
1.1 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-shacrypt - DEB Ver :
1.1 - DEB Deps: N/A
Availability
Installation
Install shacrypt via the pig CLI tool:
pig ext install shacrypt
Install shacrypt via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["shacrypt"]}' # -l <cls>
Install shacrypt RPM from YUM repo directly:
dnf install postgres_shacrypt_17*;
dnf install postgres_shacrypt_16*;
dnf install postgres_shacrypt_15*;
dnf install postgres_shacrypt_14*;
dnf install postgres_shacrypt_13*;
Install shacrypt DEB from APT repo directly:
apt install postgresql-17-shacrypt;
apt install postgresql-16-shacrypt;
apt install postgresql-15-shacrypt;
apt install postgresql-14-shacrypt;
apt install postgresql-13-shacrypt;
Create shacrypt extension on PostgreSQL cluster:
CREATE EXTENSION shacrypt;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.