Tag applications

Python Development

This post introduces to some aspects of Python development. Python Programming Language Python applications are developed using Python programming language. You can find more information about Python programming language on this post. Integrated Development Environments (IDEs) for Python It is…

Introduction to Django

Django is a back-end web framework written in Python. It follows the model-template-view (MTV) architectural pattern. The Model-Template-View Architecture The Model-Template-View (MTV) architecture separates logically the definitions of a project in the following components: Django apps follows the MTV architecture.…

Introduction to Rust

Rust is an emerging programming language that focuses on performance. It is free and open-source (FOSS) under an MIT and Apache 2.0 dual-license. It was created by software developer Graydon Hoare while he was working at Mozilla, and it was…

Tools to capture Computer Specs on Windows

This post summarizes some tools to capture computer specs on Windows. List of Tools to capture Computer Specs on Windows List of tools to capture computer specifications: I remind that they are only available for Windows. WinAudit Freeware WinAudit Freeware…

List of Footprinting Tools

In the context of cybersecurity, footprinting is the technique used for gathering information about computer systems and the entities they belong to. This post lists some footprinting tools. List of footprinting tools List of footprinting tools The most popular are…

List of Cryptanalysis Tools

This post lists cryptoanalysis tools. List of Cryptanalysis Tools List of Cryptanalysis tools: CrypTool CryptoBench Cryptol Ganzúa EverCrack AlphaPeeler Mediggo subCipher The most popular is CrypTool. CrypTool CrypTool is free and open source (FOSS). CryptoBench CryptoBench Cryptol …