Password Hashing Algorithms

Password hashing algorithms: PBKDF Family PBKDF1 PBKDF2 bcrypt scrypt List of Password Hashing Algorithms PBKDF1 Deprecated. PBKDF2 Supersedes PBKDF1. Use key stretching to increase the difficulty of attack. bcrypt Use key stretching to increase the difficulty of attack. scrypt Use…

Presentation Templates Resources

This post list some useful resources and sites that offer presentation templates, in different formats like OpenDocument (odp) or PowerPoint (.pptx). Presentation Templates Slidesgo Company from Spain. One of the co-founders sold Panoramio to Google. SlidesCarnival Free images…

Cryptographic Modes of Operation

Block ciphers are cryptographic algorithms that encrypt fixed-size blocks of data A cryptographic mode of operation for a block cipher describes the different ways that cryptographic algorithm may transform data to achieve sufficient complexity that offer protection against attacks. This…

Software Project Management

This post is  related in some ways related with Application Lifecycle Management (APL), DevOps and Continous integration (CI). Software Development Model Software development models or software development lifecycle models. You can find a list on this post. The most popular…