logoalt Hacker News

alemwjsltoday at 10:03 AM1 replyview on HN

Ok; salt, and then hash your bucket names


Replies

xxstoday at 11:15 AM

that doesn't help either. 'Salt' is public and usually different/unique per entry/name.

If you mean to use a "secret" prefix (i.e. pepper) then, that would generate effectively globally unique names each time (and unpredictable too) but you can't change the pepper and it's only a matter of time it'd leak.

show 2 replies