ReadableRegex/readableRegex

Add isSSN API route and function

開放

#49 建立於 2025年2月6日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (22 個分叉)auto 404
enhancementhelp wantedsecurity

倉庫指標

星標
 (12 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

This one we have to be careful with, because we don't want to encourage sending payloads of sensitive info.

We aren't storing anything in persistence (or at least yet) and we want to make sure the data is not exposed.

Maybe for this one we should consult best practices for security.

Maybe encrypt the payload with the SSN (or require it to come encrypted), decrypt, validate, encrypt, and return a true/false?

貢獻者指南