data encryption

Winsage
March 19, 2026
Microsoft has decided to abandon plans to integrate Copilot more deeply into Windows 11 following user complaints. Features that would have introduced AI-driven notifications and enhancements are no longer being pursued. The company acknowledged user pain points and is shifting focus towards core stability fixes scheduled for 2026. Additionally, the launch of Windows Recall in 2024 faced privacy issues, leading to a revised version that includes data encryption and user authentication. Microsoft has also allowed administrators on Pro and Enterprise systems to uninstall the Copilot app under certain conditions, reflecting a response to user feedback and past update failures.
TrendTechie
March 14, 2026
MTS, a major mobile operator in Russia, has reclassified virtual private networks (VPNs) as equivalent to torrent services, imposing a daily fee of up to 87 rubles for users who wish to engage in private browsing. Traffic routed through VPNs will no longer be included in standard service packages, leading to additional charges for accessing blocked resources or securing connections. The new tariff structure charges users based on their region and plan, with fees ranging from 80 to 87 rubles per day for a quota of five gigabytes of specialized traffic. Users can block this service to avoid charges, resulting in the complete unavailability of VPN connections. This policy is seen as a response to pressures for new monetization strategies and aligns with government efforts to limit internet circumvention. The potential for other major telecom operators to adopt similar practices could impact net neutrality in Russia.
Tech Optimizer
March 11, 2026
By 2024, 78% of organizations are expected to utilize AI, a significant increase from previous years. However, 90% of technology leaders struggle to measure the return on investment from AI initiatives. Traditional databases are inadequate for AI applications due to limitations in features like vector similarity search and semantic retrieval. Many organizations face challenges in integrating AI applications with existing databases, particularly when migrating legacy systems to the cloud. Security and compliance are critical for AI applications in regulated industries, requiring audit trails, data encryption, and adherence to standards like HIPAA and GDPR. The absence of dedicated vendors for transitioning AI from prototyping to production is notable, with no Postgres vendor focusing solely on AI integration until recently. Anthropic's open-source Model Context Protocol (MCP) has emerged as a standard for connecting AI agents to data sources, easing integration challenges. The underlying database architecture is crucial for supporting enterprise-grade AI applications, with Postgres being a common choice. The pgEdge Agentic AI Toolkit for Postgres provides a solution for building production-ready AI applications while ensuring availability, security, and compliance.
Tech Optimizer
February 11, 2026
Percona has strengthened its position in the open source database market by introducing several key innovations, including the first fully open source implementation of Transparent Data Encryption (TDE) for PostgreSQL, 24/7 enterprise support for Valkey, and expanded Kubernetes Operators for MySQL, MongoDB, and PostgreSQL. The company has seen increased adoption from organizations moving away from proprietary licensing, with successful migrations such as BBVA transitioning to Percona's open source MongoDB stack. Percona has also engaged with the community through the release of the State of Open Source Database Management Report and hosting MySQL summits, while receiving recognition in various industry awards. The leadership team has expanded under CEO Peter Farkas, emphasizing the value of an open source-first approach.
Tech Optimizer
November 22, 2025
Percona introduced an open-source Transparent Data Encryption (TDE) extension for its PostgreSQL distribution at KubeCon+CloudNativeCon North America, addressing the demand for data protection solutions, particularly among financial institutions concerned about vendor lock-in. The TDE extension, named pg_tde, operates transparently, allowing users to input and query data without changes to interactions or schemas, while unauthorized access reveals only encrypted information. It supports all major key management services and is included in Percona's PostgreSQL distribution without additional licensing fees. The TDE solution helps organizations comply with standards like GDPR, HIPAA, SOX, and PCI DSS v4.0, offering benefits such as open-source readiness, stronger data protection, user-controlled encryption, seamless integration, centralized key management, effortless online encryption, and trusted support. Percona also offers solutions for MySQL and MongoDB and supports emerging technologies like Valkey.
Winsage
November 19, 2025
Microsoft is enhancing the Taskbar calendar flyout in Windows 11 to include an "agenda view," allowing users to view and interact with upcoming events and meetings. This feature, previously available in Windows 10, will debut in a preview next month. The update will provide a chronological list of events integrated with the Calendar, enabling users to join meetings directly. Additionally, Microsoft is introducing new AI capabilities, including AI-generated text in any text box and an agentic workspace feature. A hardware-accelerated version of BitLocker for faster data encryption will also launch next year on new PCs running Windows 11. The general availability of the new calendar feature is anticipated in 2026.
Tech Optimizer
September 15, 2025
Databases require robust protection against unauthorized access, primarily managed through Access Control Lists (ACL) using commands like GRANT and REVOKE. Challenges arise when attackers gain direct access to database files, especially if backups are stored insecurely or if databases are hosted in the cloud. Encrypting backups is common but can be cumbersome, particularly with large data volumes. If attackers access the file system, they may bypass SQL access altogether. Client-side encoding, such as using PostgreSQL's pgcrypto, protects sensitive data by encoding it before storage, but it faces challenges like key management, lack of SQL filtering, and the need for query rewrites. Transparent Data Encryption (TDE) allows SQL operations to function normally while keeping data unreadable on disk. Various TDE implementations exist, including Percona's initial TDE, which faced issues with unprotected indexes and performance slowdowns. Cybertec and EnterpriseDB encrypt entire clusters, simplifying the process but impacting performance and complicating technical support. Selective encryption approaches from Pangolin and Fujitsu allow for protecting specific tables, while Percona's recent TDE implementation also follows this model but lacks support for non-standard Table Access Methods (TAMs). Postgres Pro Enterprise TDE addresses key rotation and time-based analysis protection by storing a key index for each table page and using random initialization vectors and Message Authentication Codes for enhanced security. Future developments aim to improve TDE capabilities, including protecting compressed tablespaces and refining WAL data encryption.
Search