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?

贡献者指南