Home  /  Business Apps  / Secure System (for seL4) on Windows Pc

Secure System (for seL4) on Windows Pc

Developed By: Florida Software (James B. Morris)

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.5
Size 4.7 MB
Release Date August 09, 17
Category Business Apps

App Permissions:
Allows applications to open network sockets. [see more (4)]

Description from Developer:
Successful attacks against computer systems worldwide by external hackers and malicious insiders are growing. The secure system prototype in this app demonstrates a trusted computi... [read more]

App preview ([see all 4 screenshots])

App preview

About this app

On this page you can download Secure System (for seL4) and install on Windows PC. Secure System (for seL4) is free Business app, developed by Florida Software (James B. Morris). Latest version of Secure System (for seL4) is 1.5, was released on 2017-08-09 (updated on 2023-12-24). Estimated number of the downloads is more than 100. Overall rating of Secure System (for seL4) is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Secure System (for seL4) on Windows?

Instruction on how to install Secure System (for seL4) on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Secure System (for seL4) on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Secure System (for seL4) using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Secure System (for seL4)" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Secure System (for seL4) on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Secure System (for seL4)" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.5.

Download Secure System (for seL4) 1.5 on Windows PC – 4.7 MB

Successful attacks against computer systems worldwide by external hackers and malicious insiders are growing. The secure system prototype in this app demonstrates a trusted computing base (TCB) concept building on the formally-verified seL4 microkernel that will be highly effective against deterring these growing threats.

The system demonstrated in this project will be "unhackable.” An “unhackable” system has the following properties: (1) the risk (and expense) of an external hacker's theft or damage of sensitive data will be far greater than the reward and (2) the probability of theft by a malicious insider will be reduced to very near zero.

The threats posed by external hackers were proved to be preventable in the recently completed DARPA HACMS project, as described in several recent articles. The HACMS project has shown that technology required to prevent data loss and damage by external hackers can be prevented using technology (seL4) that is mostly available today. This app is intended to give a simple demonstration of how to construct a secure system prototype using the seL4 microkernel as a hypervisor for multiple Java Virtual Machines (JVMs).

Read more about the technical details of the system proposed here in the three articles below that were recently published on ACM's Ubiquity website at http://ubiquity.acm.org.

Insider Attacks are a Bigger and Harder Threat?
http://ubiquity.acm.org/blog/insider-attacks-bigger-harder-threat/

Cybersecurity skeptics now embracing formal methods: an interview with Gernot Heiser and Jim Morris
http://ubiquity.acm.org/article.cfm?id=3081880

10 Rules for an Unhackable Data Vault
http://ubiquity.acm.org/article.cfm?id=3081882

The prototype demonstrated here obviously runs on Android, not on seL4. However, as the secure system diagram at the top of the Play Store page clearly shows, the prototype is intended to eventually run ONLY on an underlying seL4 operating system (NOT Windows, NOT Android, and NOT *nix). Once a JVM has been ported to seL4, this prototype will form the initial middleware for a secure system using seL4 as a TCB.

This demonstration hypothesizes four secure clients communicating with a secure server. All communication between client and server is encrypted using Station-to-Station (STS) protocol. A successful STS exchange generates a 256-bit AES encryption key. After the key is used in the next three communication sessions, a new key must be generated using STS. The key expires in the demo if a client is idle for 10 or more seconds. Authentication between client and server is performed using a password stored on all four clients and the server. No systems other than those with the proper stored password can communicate with any node in the proposed system.

After a JVM is successfully ported to seL4, the clients and the server will all be immune to hacking by external hackers and malicious insiders. In such a system it will not be possible for a stored password (or any other data) to be stolen by either insiders or outsiders.

Three simple operations are available to clients in this prototype: (1) encryption loop test, (2) show directory, and (3) retrieve file. The retrieved file is a PDF file of about 1.5 megabytes. After a file is received, the number in parentheses shows the decryption time on your Android device. My smartphone is a Samsung Note 5. The decryption time on my Note 5 is about 80-120 milliseconds, demonstrating that encryption and decryption will be a very small percentage of the overall transmission time.

To run the app in automatic mode (let the system do all the work while you watch the action), type "0.0.0.0" into the field that asks for an IP address, then click "Accept IP Address." This simulates the clicking of buttons in the four clients.

To run the app by clicking the buttons yourself, type "localhost" into the IP address field, then click "Accept IP Address." You can click any enabled button in any of the four clients.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an application to write to external storage.
Allows an application to read from external storage.