内容简介:Brief: Our open source software highlight of the week is Session. It is a fork of another increasingly popular private messenger Signal. Session doesn’t even need your phone number to operate.Privacy concerned people are always in the search of an ultimate
Brief: Our open source software highlight of the week is Session. It is a fork of another increasingly popular private messenger Signal. Session doesn’t even need your phone number to operate.
Session: A private messenger in true sense
Privacy concerned people are always in the search of an ultimate service that lets you communicate securely while respecting our privacy across multiple platforms.
Recently, I came across an interesting open-source messaging app “ Session ” by Loki Foundation , which is technically a fork of another open source encrypted messenger Signal .
In this article, I’ll be sharing my experience with the Session app while highlighting the features it offers.
Session is fairly new to the scene – I’ve mentioned some of the bugs that I encountered at the bottom of the article.
Features of Session Messenger
I’ll highlight the key features of Session that will help you decide if it’s good enough for you to try.
Session does not require a phone number
For privacy-enthusiasts, registering the phone number with Signal or other such applications is a potential risk.
But, with Session, you do not need a phone number, simply click on “ Create Account ” after you install it on your desktop or phone and it will simply generate a random (unique) Session ID .
It’ll look something like this: 05652245af9a8bfee4f5a8138fd5c……..
So, you just have to share your Session ID with the contact you want to add. Or, you can also opt to get the QR Code after account creation which you can share with your friends to add you back.
Session uses blockchain (and other crypto tech)
For the users who’re aware of what a blockchain is – they’ve been waiting for real-world applications that an average user can utilize. Session is one such example that utilizes blockchain at its core and you don’t need to know it’s there.
If you’re curious about how it works, you can take a look at their official blog post explaining it.
Cross-Platform Support
For something strictly privacy-focused, you’d also want it to be available across multiple platforms.
Of course, primarily, I’d focus on the Linux and Android support but it also supports Windows/Mac/iOS. So, you can easily sync between multiple devices cross-platform.
Includes Essential Privacy Options
Undoubtedly, it offers some essential privacy-focused features that will help make the experience more secure.
For starters, you have the following options:
- Message TTL : This lets you control how long the message exists before the recipient sees the message.
- Read Receipts : Let others know that you’ve seen the message or if your message has been read.
Session uses a decentralized network and protects your metadata
Even though Session isn’t a peer-to-peer technology, it does not have a central server for the network.
It takes a decentralized approach to how the messages are transmitted (or routed). If you’ve no idea what I’m talking about, you can follow Session’s official blog post to know the difference between centralization and decentralization and explore how it potentially works.
And, this approach of network helps them to protect the metadata (the information associated with a message like IP address).
Other Features
Not just limited to the latest/greatest privacy-friendly features, but it also supports group chats, voice messages, and also allows you to send attachments.
Installing Session on Linux
If you head to the official download page , you will be able to download an . AppImage file. In case you have no clue how it works, you should take a look at our article onhow to use AppImage.
In either case, you can also head to their GitHub releases page and grab the .deb file.
My Experience On Using Session App
I’ve managed to try it on multiple platforms. For the desktop, I utilized the .AppImage file on Pop!_OS 19.10 to run Session.
Overall, the user experience was impressive and had no UI glitches.
It’s also easy to recover your account once you’ve backed up your secret code (which is known as seed ) from the settings.
But, I also noticed a couple of issues- which can be fixed/improved:
- Delay in accepting a friend request
- The way of linking devices is not intuitive
- Sometimes when you reply from two separate devices (using the same ID), the receiver gets two different conversations.
Conclusion
Of course, nothing’s ever perfect. For now, I’m thinking of keeping it installed and considering Session’s features, it is definitely something a privacy-focused user should try.
What do you think about it? Feel free to let me know your thoughts in the comments below.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
UNIX环境高级编程
W.Richard Stevens Stephen A.Rago、Stephen A. Rago / 人民邮电出版社 / 2006-2 / 99.00元
本书是被誉为UNIX编程“圣经”的Advanced Programming in the UNIX Environment一书的更新版。在本书第一版出版后的十几年中,UNIX行业已经有了巨大的变化,特别是影响UNIX编程接口的有关标准变化很大。本书在保持了前一版的风格的基础上,根据最新的标准对内容进行了修订和增补,反映了最新的技术发展。书中除了介绍UNIX文件和目录、标准I/O库、系统数据文件和信......一起来看看 《UNIX环境高级编程》 这本书的介绍吧!