top | item 47137599

(no title)

salil999 | 5 days ago

Can't say it's a perfect solution but one way I've tried to prevent this is by wrapping secrets in a class (Java backend) where we override the toString() method to just print "***".

discuss

order

ctxc|5 days ago

Haha, takes me back - we used to do this for PII too, also Java