惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
J
Java Code Geeks
Jina AI
Jina AI
罗磊的独立博客
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
D
DataBreaches.Net
博客园 - 叶小钗
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
B
Blog
V
Visual Studio Blog
雷峰网
雷峰网
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Help Net Security

Your work apps are quietly handing 19 data points to someone ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security
Product showcase: Session, a messenger without phone numb...
Anamarija Pogorelec · 2026-04-10 · via Help Net Security

Instant messaging has been around for decades, but it became widely adopted with the emergence of smartphones. Earlier, communication was limited to basic text messages. Messaging expanded to include photos, videos, and video calls without relying on telecom networks, as long as there is a reliable data connection.

Privacy and metadata concerns

With the growth of communication, privacy and security concerns became more prominent. Companies responded by encrypting message content to protect user data. End-to-end encryption improved privacy, but it does not address metadata collection by companies or state-level actors. Metadata can include IP addresses, phone numbers, timestamps, message frequency, and relationships between users.

Session focuses on reducing metadata exposure and does not require a phone number, email address, or any personal identifier when creating an account. Users are assigned a random ID and can choose pseudonyms. The app uses onion routing, which makes it difficult to link IP addresses to accounts or trace sent and received messages.

Session messenger

Session messenger

Decentralized network and message handling

The platform does not rely on central servers and uses a decentralized network of incentivized nodes to handle message routing and temporary storage. For features that are harder to decentralize, such as large file transfers or large group channels, users can host infrastructure themselves. Encryption and metadata protection remain in place in these cases. Session also supports disappearing messages, giving users control over how long conversations are kept.

Session messenger

Session messenger

Session is an open-source, free messaging application based on public-key cryptography. It includes standard messaging features such as group chats, multi-device syncing, offline message storage, and support for voice and video calls.

The application runs on both mobile and desktop devices across major platforms. Users can connect by sharing their Session ID or scanning a QR code.

Session messenger

The first message or group invitation will be interpreted as a message request and sorted into a separate folder so users can decide if they will accept or deny further messages. If accepted, conversation moves to main conversations screen.

Account restoration

Since there is no central server storing account data, users are responsible for saving their account credentials. During setup, Session provides a mnemonic seed phrase that represents the user’s private key. This phrase can also be viewed as a QR code and is required to restore access to the account.

Session messenger

Final thoughts

Session is intended for users who require private communication without linking activity to personal identifiers. Its decentralized design, custom protocol, and metadata protections define its approach. The product focuses on delivering standard messaging capabilities within a network that reduces data collection and distributes control across its participants.