An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: encrypted-strings

StringCare/AndroidLibrary

Android library to reveal or obfuscate strings and assets at runtime

Language: Java - Size: 50.3 MB - Last synced at: 5 days ago - Pushed at: almost 4 years ago - Stars: 254 - Forks: 44

PELock/StringEncrypt-WebAPI

String Encryption and File Encryption for C/C++, C#, Visual Basic .NET, Delphi/Pascal/Object Pascal, Java, JavaScript, Python, Ruby, AutoIt, PowerShell, Haskell, MASM, FASM programming languages.

Language: PHP - Size: 21.5 KB - Last synced at: 25 days ago - Pushed at: about 6 years ago - Stars: 25 - Forks: 11

tyger2020/Python_Encryption

This Python code takes a plaintext word and uses alphanumeric characters and an alphabet 'wraparound' algorithm to encrypt strings. Letters are given different numerical values corresponding to their position in the alphabet. Based on the range of this number, the program performs certain operations to it. If it is still <= 26, the program codes the original letter to the alphabet index of the new number. If the number is >= 26, the program 'wraps around' the alphabet until the value is <= 26.

Language: Python - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0