Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Meeco
/
cryppo
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2026
Version 0.6.4
leikind
committed
fbc88db
View commit details
Copy full SHA for fbc88db
Browse repository at this point
Upgrade dependencies and fix resulting rubocop offenses
leikind
committed
ef841f4
View commit details
Copy full SHA for ef841f4
Browse repository at this point
proper CHANGELOG.md and SECURITY.md
leikind
committed
7bf7ebd
View commit details
Copy full SHA for 7bf7ebd
Browse repository at this point
Commits on Sep 17, 2024
requires base64 and bigdecimal from gems, not from the standard library
leikind
committed
f8f2528
View commit details
Copy full SHA for f8f2528
Browse repository at this point
Cryppo version 0.6.3
leikind
committed
73adef3
View commit details
Copy full SHA for 73adef3
Browse repository at this point
Cryppo version 0.6.3
leikind
committed
13abd95
View commit details
Copy full SHA for 13abd95
Browse repository at this point
upgrade dependencies
leikind
committed
d7825cd
View commit details
Copy full SHA for d7825cd
Browse repository at this point
minimal ruby version 3.1 (2021-12-25), rubocop upgraded, fixes to satisfy rubocop
leikind
committed
848194d
View commit details
Copy full SHA for 848194d
Browse repository at this point
Commits on Apr 1, 2022
Proper rubocop checks
leikind
committed
05b30ee
View commit details
Copy full SHA for 05b30ee
Browse repository at this point
OpenSSL 3.0
leikind
committed
30dbb62
View commit details
Copy full SHA for 30dbb62
Browse repository at this point
Commits on Feb 23, 2022
Ruby 3, upgrade libs, v 0.6.1
leikind
committed
c0a2270
View commit details
Copy full SHA for c0a2270
Browse repository at this point
Commits on Jan 25, 2021
Merge pull request #15 from Meeco/feature/drop-support-for-old-format
Show description for cd5f28c
leikind
authored
cd5f28c
View commit details
Copy full SHA for cd5f28c
Browse repository at this point
resolve style guide issues
maciek
committed
e5c1534
View commit details
Copy full SHA for e5c1534
Browse repository at this point
bump cryppo version to v0.6.0
maciek
committed
db94ee2
View commit details
Copy full SHA for db94ee2
Browse repository at this point
Commits on Jan 22, 2021
limit the number of data to sign to 512 bytes
maciek
committed
fd2c3ff
View commit details
Copy full SHA for fd2c3ff
Browse repository at this point
fail to accept cryppo messages encoded as base64 RFC 2045 (not url safe variant)
maciek
committed
7c437e1
View commit details
Copy full SHA for 7c437e1
Browse repository at this point
Commits on Jan 21, 2021
rename func 'serialize_artefacts_for_latest_version'
Show description for a1b859e
maciek
committed
a1b859e
View commit details
Copy full SHA for a1b859e
Browse repository at this point
spec: remove tests using legacy format for encryption/signature verification
maciek
committed
bdf9ead
View commit details
Copy full SHA for bdf9ead
Browse repository at this point
spec: fix compatibility test to catch exception when input data is in old format
maciek
committed
229e262
View commit details
Copy full SHA for 229e262
Browse repository at this point
drop support for legacy format
maciek
committed
0065bb7
View commit details
Copy full SHA for 0065bb7
Browse repository at this point
Commits on Dec 24, 2020
Cryppo.verify added in addition to Cryppo::EncryptionValues::RsaSignature#verify
Yuri Leikind
committed
0fdd2ab
View commit details
Copy full SHA for 0fdd2ab
Browse repository at this point
Commits on Dec 15, 2020
After initializing an encryption strategy class validate that this class is a child of Cryppo::EncryptionStrategies::EncryptionStrategy; after initializing a derivation strategy class validate that…
Show description for 6a5063e
Yuri Leikind
committed
6a5063e
View commit details
Copy full SHA for 6a5063e
Browse repository at this point
Commits on Nov 30, 2020
Merge pull request #14 from Meeco/fix/initiaze-forwardable
Show description for 71952e6
leikind
authored
71952e6
View commit details
Copy full SHA for 71952e6
Browse repository at this point
fix: add explicit require clause for forwardable in EncryptedDataWithDerivedKey class
Maciek
committed
9bc8c7d
View commit details
Copy full SHA for 9bc8c7d
Browse repository at this point
Commits on Oct 13, 2020
Unlock the json dependency, better support for ruby 2.7
Yuri Leikind
committed
4b2f095
View commit details
Copy full SHA for 4b2f095
Browse repository at this point
Upgrade libs
Yuri Leikind
committed
b139026
View commit details
Copy full SHA for b139026
Browse repository at this point
Commits on Sep 28, 2020
Update cryppo.gemspec
Show description for 5dd0d6a
Stephen de Bruin
authored
5dd0d6a
View commit details
Copy full SHA for 5dd0d6a
Browse repository at this point
Commits on Sep 25, 2020
Merge pull request #13 from Meeco/test/multi-bytes-utf-8-char
Show description for 17e30ba
leikind
authored
17e30ba
View commit details
Copy full SHA for 17e30ba
Browse repository at this point
Commits on Sep 24, 2020
added compatiblity test for multi bytes utf8 and force encoding utf8 in test
vijayshiyani
committed
e492525
View commit details
Copy full SHA for e492525
Browse repository at this point
Commits on Jun 19, 2020
new version release 0.5.0
vijayshiyani
committed
1bcb35d
View commit details
Copy full SHA for 1bcb35d
Browse repository at this point
Commits on Jun 12, 2020
Cryppo.serialization_format_upgrade_needed?, Cryppo.upgrade_serialization_format
Yuri Leikind
committed
fe2e747
View commit details
Copy full SHA for fe2e747
Browse repository at this point
Commits on Jun 11, 2020
Update compat.json
Yuri Leikind
committed
9f3ba71
View commit details
Copy full SHA for 9f3ba71
Browse repository at this point
Cryppo write serialized value in the new format
Yuri Leikind
committed
15575e9
View commit details
Copy full SHA for 15575e9
Browse repository at this point
Commits on Jun 10, 2020
Cryppo can load the new BSON based serialization format (still generates only the legacy format)
Yuri Leikind
committed
c274ad3
View commit details
Copy full SHA for c274ad3
Browse repository at this point
Testing compatibility by loading a bunch of serialized values and decrypting them (orand verifying signatures)
Yuri Leikind
committed
1669c18
View commit details
Copy full SHA for 1669c18
Browse repository at this point
Previous
Next
You can’t perform that action at this time.