Interest | Match | Feed
#uuid #rails #humor #postgres
Origin | Interest | Match
Generating a ULID using a roundabout way to avoid a dependency on the pgcrypto extension used just to get `gen_random_bytes()`
https://brandur.org/fragments/secure-bytes-without-pgcrypto
By @brandur
#postgresql #postgres #pgcrypto #uuid […]
Generating a ULID using a roundabout way to avoid a dependency on the pgcrypto extension used just to get `gen_random_bytes()`
https://brandur.org/fragments/secure-bytes-without-pgcrypto
By @brandur
#postgresql #postgres #pgcrypto #uuid […]
https://postgr.es/p/760
https://postgr.es/p/760
Interest | Match | Feed
https://levelup.gitconnected.com/one-simple-pgcrypto-tweak-that-saves-millions-1-b6293746d95c?source=rss------technology-5
#encryption #technology #backend #postgresql #database
Event Attributes
https://levelup.gitconnected.com/one-simple-pgcrypto-tweak-that-saves-millions-1-b6293746d95c?source=rss------technology-5
#encryption #technology #backend #postgresql #database
Event Attributes
https://postgr.es/p/768
https://postgr.es/p/768
sql = "SELECT pgp_sym_decrypt(decode('#{hex}', 'hex'), #{ActiveRecord::Base.connection.quote(secret)})"
Anyone else run into this? How’d you solve it?
#PostgreSQL #RubyOnRails #pgcrypto #encryption #security #bughunt
sql = "SELECT pgp_sym_decrypt(decode('#{hex}', 'hex'), #{ActiveRecord::Base.connection.quote(secret)})"
Anyone else run into this? How’d you solve it?
#PostgreSQL #RubyOnRails #pgcrypto #encryption #security #bughunt
#PostgreSQL's pgcrypto module provides powerful cryptographic functions for encrypting, decrypting, and hashing data. It's perfect for securely handling sensitive information in your database. 🔐
#PostgreSQL's pgcrypto module provides powerful cryptographic functions for encrypting, decrypting, and hashing data. It's perfect for securely handling sensitive information in your database. 🔐
Interest | Match | Feed
Ask "differeng pgcrypto digest and hmac" and for the hmac example it stored the key inside the table ... when pressed its like "oh yeah that ain't good brah"
So ...
if anyone vibe codes
without having ANY fucking coding experience […]
Ask "differeng pgcrypto digest and hmac" and for the hmac example it stored the key inside the table ... when pressed its like "oh yeah that ain't good brah"
So ...
if anyone vibe codes
without having ANY fucking coding experience […]
#selectel #базы #postgresql #pgcrypto #шифрование #чувствительные #данные #разработка
Origin | Interest | Match
#selectel #базы #postgresql #pgcrypto #шифрование #чувствительные #данные #разработка
Origin | Interest | Match
CREATE EXTENSION IF NOT EXISTS pgcrypto;
This gives you access to encryption and hashing functions.
CREATE EXTENSION IF NOT EXISTS pgcrypto;
This gives you access to encryption and hashing functions.
#selectel #базы #данных #postgresql #pgcrypto #шифрование #чувствительные #данные #разработка
Origin | Interest | Match
#selectel #базы #данных #postgresql #pgcrypto #шифрование #чувствительные #данные #разработка
Origin | Interest | Match