216,000+ customers in over 135 countries grow their businesses with HubSpot
HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
Get started free
Bright Data - All in One Platform for Proxies and Web Scraping
Say goodbye to blocks, restrictions, and CAPTCHAs
Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
HcryptoJ (Historical cryptology in Java) is a Java based programming library for implementing and analyzing historical ciphers. HcryptoJ is designed to support research and teaching in historical cryptography and computer science. Licensed under GPL.
This tool is intended to assist individuals interested in learning cryptography. Cryptographic algorithms included are RSA, Vignére cipher, Caesar cipher, Ubchi, with others to come. Code has been written in python and commented for learning ease.
AlphaPeeler is a crypto educational tool. It includes frequency analysis, mono-alphabetic substitution, Caesar, transposition, Vigenere, & Playfair cipher. Professional features are: DES, Gzip, MD5, SHA1, SHA256, RIPEMD-16, RSA, & secret share files.
Verto is a compiler that uses a top-down recursive descent parser implemented in Java
for educational purposes. It translates Verto language (a subset of the C language) into Caesar machine language.
Verto is the Latin word for interpret.
Save hundreds of developer hours with components built for SaaS applications.
The #1 Embedded Analytics Solution for SaaS Teams.
Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
SLEncrypt is a python module for encryption with 11 ciphers at the moment, including ADFGVX, Autokey, Caesar/ROT13, Vigenere, XOR and a lot more. It contains functions allowing you to easily encrypt/decrypt files. The code is about 95% PEP 8 compilant.
alph implements and analyses historical and traditional c(ai)phers providing a pipe interface in order to encrypt and decrypt block text. The program can be conjuncted with pipes reulting in transparent en-decrypt: Atbash,Caesar,Vigenere,Playfair,Vernam..
This project is dedicated to creating encryption programs, along with their decryption counterparts. The encryptor will encrypt any file (that I've tested) and decrypt a file.
A simple but fully-featured implementation of the simple Caesar Cipher encryption algorithm, specifically 'rot13' - Caesar with a factor of 13. Supports file and tty input/output, internationalisation, and also includes a shared library.
OpManager the network monitoring software used by over 1 million IT admins
Network performance monitoring, uncomplicated.
ManageEngine OpManager is a powerful network monitoring software that provides deep visibility into the performance of your routers, switches, firewalls, load balancers, wireless LAN controllers, servers, VMs, printers, and storage devices. It is an easy-to-use and affordable network monitoring solution that allows you to drill down to the root cause of an issue and eliminate it.
It's Vigenere and Caeser implementation, it is a basic implementation of these classical crypto ciphers. When I was implementing, I was trying to add blocks in a linear way but was not able implement a good logic. Have a look inside the code. And let me know, if you saw any defects in the code.
"Implement a Caesar cipher, both encoding and decoding. The key is an integer from 1 to 25."
The encoding function was published here: (https://rosettacode.org/wiki/Caesar_cipher#Julia)
Operations, ciphers, hashes, PRNG, things you need for cryptography
Operations: Module, Exponentiation, MCD, phi, extended_euclidean, modular_inverse
ciphers:
- Symmetric: Caesar, Affine, Rail_fence, scytale
- Asymmetric: RSA
- Elliptic-curve: ... in process ...
cryptanalysis: time, frequency
PRNG: chacha_20, trivium
seed generators: windows and unix support
An All in One encoder/decoder for the masses
Current version: 1.0
Supports: Base64, Hex, URL, URL+, Rot13 (Caesar), MD5, SHA-1, String Reverse, VBScript/JScript Encoder/decoder, ASCII convert