~ MyQ ~



MyQ is a software for managing a Personal Cluster of Answers & Questions, File and Document Library, Telex, all encrypted with Personal Key and multiple MySQL data tables.

The main algorithm of MyQ is based on the following data management .

Group >>> Item >>> Field

By successively creating the fields defined in the diagram above, access to the upload is ensured encrypted (depending on the type of key used) of answers, files and documents, which can be encapsulated in files of various shapes

eg. : pdf, doc, html, txt, jpg, etc...

These can be viewed later with the software installed on your own system depending on the files corresponding to each type of file.

The types of files and the corresponding software for viewing the answers, files and documents are configured and installed according to the preferences of each user.

The data encryption keys in the database can be internal, external, or user-defined.

Data uploaded by the user can be viewed by other users if they got an view.

Default (demo) username : demo and default password : demo.

The user experience is intuitive.

MyQ is a free software to download, install and use.

MyQ Requires FrameWork 4.8 for Windows or MonoDevelop for Ubuntu

To install MonoDevelop in Ubuntu, run the following commands in the terminal

sudo apt update

sudo apt install apt-transport-https dirmngr

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list

sudo apt update

sudo apt-get install -y monodevelop

sudo cp -f /home/ubuntu/.MyQ/myq.desktop /usr/share/applications