Home / Companies / Basis Theory / Blog / June 2022

June 2022 Summaries

5 posts from Basis Theory

Filter
Month: Year:
Post Summaries Back to Blog
Data tokenization replaces sensitive information such as card numbers or Social Security numbers with non-sensitive tokens, but achieving its broader benefits traditionally requires costly compliant infrastructure, security expertise, and developer tools. Hosted tokenization platforms aim to make these capabilities more accessible by providing compliant environments, documentation, permissions, proxy services, and managed encryption and key management, potentially reducing organizations’ compliance scope and helping them adapt to evolving regulations such as PCI DSS, GDPR, and data-localization rules. The text highlights applications including routing payments to lower-cost processors, enabling controlled analysis of confidential shared datasets, exchanging limited identity and payment data among partners, and supporting embedded commerce using stored payment credentials. It also argues that centralized tokenization can limit sensitive-data proliferation, improve resilience and encryption management, and simplify secure development practices, allowing companies to pursue security, compliance, cost-saving, and product-development goals without building a full platform internally.
Jun 29, 2022 1,031 words in the original blog post.
Basis Theory introduced a Go SDK after developing a Terraform provider in Go, aiming to give Go developers programmatic access to its tokenization and data-security platform. Available as a Go module, the SDK supports all public Basis Theory API endpoints and enables developers to create permission-based applications, regenerate API keys, tokenize and retrieve sensitive data, and invoke Reactors, which provide a secure serverless environment for processing tokenized information without exposing plaintext within customer systems. The SDK is positioned as a way to integrate security, compliance, encryption-key rotation, and PCI-oriented tokenization into Go-based infrastructure and application workflows, with free accounts providing a provisioned PCI-compliant tenant for initial use.
Jun 17, 2022 900 words in the original blog post.
KYC providers such as Alloy verify identities using personally identifiable information, but collecting, storing, and sharing that data creates cybersecurity exposure, compliance burdens under evolving data-residency laws, and operational dependence on individual vendors. The post argues that data tokenization platforms such as Basis Theory can reduce these risks by replacing sensitive values with tokens while retaining the ability to securely use underlying data when needed. In its example Next.js workflow, Basis Theory Elements collect PII directly from users and return token identifiers rather than plaintext data to the application, while the Basis Theory Proxy detokenizes required values only when relaying a KYC request to Alloy and can tokenize the response for secure storage and reuse. The approach is presented as a way to keep PII outside an organization’s infrastructure, reduce compliance scope, and support later workflows such as customer support, communications, document generation, machine learning, and third-party integrations through secure proxying or serverless Reactors.
Jun 15, 2022 1,417 words in the original blog post.
A technology leader announces his decision to join Basis Theory as President, arguing that privacy, security, and compliance requirements should support rather than derail product innovation. Drawing on examples of companies such as Uber, DoorDash, Peloton, Mint, Twilio, PubNub, and Yodlee, he contends that accessible developer platforms enable experimentation and rapid product development, while growing regulations, data-localization laws, and evolving cyber threats increasingly slow teams down. Although encryption of sensitive data is widely recognized as essential, he says its operational complexity—including key management, access controls, analytics limitations, and data-sharing challenges—often leads developers to defer security practices and accumulate compliance debt. Basis Theory aims to address this tension through an API-first platform intended to make sensitive-data protection, encrypted-data use, controlled access, and compliance easier for developers, allowing organizations to maintain security while moving quickly to build customer-focused products.
Jun 07, 2022 1,035 words in the original blog post.
Basis Theory outlines a layered security-testing strategy within its broader “Shipping code quickly with confidence” series, describing how continuous testing during development and continuous monitoring after deployment support its data-tokenization platform. Its approach includes static code scanning and linting for C# code, automated dependency reviews through Dependabot, and container vulnerability scanning with Trivy in GitHub Actions to identify high-severity operating system and library issues. The company also uses dynamic application security testing against APIs and its user portal, updating scans from Swagger specifications after deployments and targeting OWASP Top 10 risks. Beyond the CI/CD pipeline, nightly internal and external network penetration tests seek to detect infrastructure issues such as open ports or routing errors, while independent third-party red teams provide additional assessment of application and system defenses. These security measures complement acceptance, integration, synthetic, and load testing to provide confidence in functionality, availability, performance, and protection against known vulnerabilities and common attack vectors.
Jun 02, 2022 1,133 words in the original blog post.