Skip to main content
A notepad and pen sitting next to a laptop

Chronicler's Tapestry of Deeds

SpyProof!

Expand updates in the list below for developer commentary as well as the list of changes made.

This page and all other documents relating to this creation, product, components, features, experience, programming and operation are subject to change without notice.

Keys to the Kingdom Update (8.0.1, July 2026) Available on both Windows and Linux

The most important security consideration when implementing a system where cryptography is a security mechanism is preventing the exposure of the encryption keys. In this solution data encryption keys (symmetric) are protected with pubic (asymmetric) keys. The application does not perform any of the public key operations opting to instead use a private key security device through the Public Key Cryptography Standard number 11 API.

If this description already is taking a deep dive the solution to simply the complexity of PKI is to implement a profile concept as profiles are already widely used across apps and people have developed a familiarity. The profiles implemented here simply create a persistent link to the security device along with the preferred public key, in X.509 Certificate format.

Profile management is performing considerable amounts of overhead off-loading PKI management from the person creating or accessing data. As expected there would be a defect or required optimization discovered during field test. The Keys to the Kingdom update addresses deficiencies to all developers to continue to build data protection into the next up and coming features on the roadmap.

  • Corrected an issue with self-signed certificate generated serial numbers (SPY-59)
  • Lowered minimum self-signed certificate duration period from 2 years to 1 year (SPY-61)
  • Corrected heading in profile settings page to read All Profiles above list of all configured profiles.
  • Removed the ability to delete the active profile from the list of all profiles (SPY-60)
  • Create new password dialog has been enhanced with the functionality to cancel the operation in the event it was triggered unintentionally (SPY-65)
  • Corrected an issue that when deleting any profile the session to the private key security device would be closed (SPY-62, SPY-69)
  • Improved controls and visual feedback when editing a profile (SPY-70)
Core Component Foundation Versions
This browser is no longer supported. Please upgrade your browser to improve your experience. Find out more.