Encryption Made Easy

DELIVER CONSUMER DATA PROTECTION AND PRIVACY TO YOUR USERS BY SIMPLY AND EFFECTIVELY integratING with your solutions

Simple and Powerfully Effective

Our encryption services are designed from the ground up with a focus on security and simplicity. Our EASY TO DEPLOY end-to-end encryption aND Identity Management platforms let you integrate best in class protection in minutes.
encrypted data solution

How it works

In our end-to-end encryption platform, data is encrypted at the point of entry or creation using your private keys – which are never transmitted. Advanced features like querying, large files, and auditing are built in.

  • JS
  • RUBY
  • PYTHON
  • GO
  • SWIFT
  • 
    const e3db = require('e3db')
    
    let client = new e3db.Client(/* config */)
    
    async function main() {
      let data = {
        'first_name': 'Jon',
        'last_name': 'Snow',
        'phone': '555-555-1212',
      }
      let metadata = {
        'house' : 'Stark'
      }
      let record = await client.write('contact', data, metadata)
    
      console.log('Wrote record ' + record.meta.recordId)
    }
    main()
  • 
    record = client.write('contact', {
      :first_name => 'Jon',
      :last_name => 'Snow',
      :phone => '555-555-1212'
    })
    printf("Wrote record %s\n", record.meta.record_id)
  • 
    import e3db
    
    client = e3db.Client(
    # config
    )
    
    record_type = 'contact'
    data = {
      'first_name': 'Jon',
      'last_name': 'Snow',
      'phone': '555-555-1212'
      }
    
    metadata = {
      'house' : 'Stark'
    }
    
    record = client.write(record_type, data, metadata)
    
    print 'Wrote record {0}'.format(record.meta.record_id)
  • 
    // Create data for a record
    var recordData map[string]string
    recordType := "contact"
    recordData["first_name"] = "Jon"
    recordData["last_name"]  = "Snow"
    recordData["phone"]      = "555-555-1212"
    
    // Create optional metadata for the record
    //(metadata can be used for searching)
    var metadata map[string]string
    matadata["realm"] = "The North"
    metadata["pet"]   = "Ghost"
    
    // Encrypt and save the record
    recordID, err := client.Write(
      context.Background(),
      recordType, 
      recordData, 
      metadata
    )
    if err != nil {
        //Error handling omitted
    }
    fmt.Println("Wrote record: " + recordID)
  • 
    // Wrap message in RecordData type to designate
    // it as sensitive information for encryption
    let recordData = RecordData(cleartext: ["SSN": "123-45-6789"])
    
    // Can optionally include arbitrary metadata as 'plain'
    // where neither keys nor values are encrypted
    e3db.write(type: "UserInfo", data: recordData, plain: ["Sent from": "my iPhone"]) { result in
        switch result {
    
            // The operation was successful, here's the record
            case .success(let record):
    
                // 'record.meta' holds metadata associated
                // with the record, such as type.
                print("Wrote record! \(record.meta.recordId)")
    
            case .failure(let error):
            print("An error occurred attempting to write the data: \(error)")
            }
        }
    }
made for developers, by developers

Trusted Products

Security, Privacy, and Trust is built into everything we do

Whether you need to quickly integrate a strong encryption platform, or incorporate a secure authentication solution with strong cryptography – we’ve got you covered.  Our products are trusted by companies world wide including government organizations and healthcare providers to address data governance and cloud security requirements.

secure cloud storage

TOZSTORE

Easily integrated end-to-end encryption platform makes TozStore the fastest way to protect information.

identity access management

TOZID

Identity management with all the features you expect coupled with unmatched privacy controls for your users.

encrypted data solution

Compliance

TozStore protects you and your customers with encryption services

Built to exceed the encryption requirements of GDPR, CCPA, PIPEDA, and HIPAA, TozStore helps you reach your compliance strategy objectives.

code-icon

Looking for help?

Tozny provides custom development services

Trusted By These Organizations

November 2, 2022

CAMAS, WA / ACCESSWIRE / November 2, 2022 / Tozny, Inc., announced that cybersecurity executive and national security expert Jamil N. Jaffer, Managing Director, Falcon Eclipse Ventures has been appointed to its Board of Directors, joining ...

September 21, 2022

Nottingham Spirk Partners with Tozny to Build Foundational End-to-End Security into its Customers’ Products Tozny’s platform enables brands to build trusted relationships and experiences for their customers CAMAS, WA and CLEVELAND, OH / ACCESSWIRE / ...