You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
30-Day Ruby Programming Challenge by Amey Thakur and Mega Satish, focused on mastering Ruby fundamentals, object-oriented programming, Ruby on Rails development, and full-stack web engineering with cloud deployment.
This project consists of reproducing some of the methods from the Enumerable class with the Ruby programming language and the specific requirements for the implementation.
This Ruby implementation of DES (Data Encryption Standard) allows users to encrypt and decrypt messages using a symmetric key. DES is a block cipher that works on 64-bit blocks of data and uses a 56-bit key.