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 }}
off-by-1-error
/
maSSLess
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
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 Dec 3, 2018
make it actually use our sha256... remove old todos, add to readme
jman3323
committed
55d6b7c
View commit details
Copy full SHA for 55d6b7c
Browse repository at this point
resolved merge conflict
Jacques Becker
committed
997f66e
View commit details
Copy full SHA for 997f66e
Browse repository at this point
fixed aes_cbc bugs, it can connect to google now
Jacques Becker
committed
f2d9601
View commit details
Copy full SHA for f2d9601
Browse repository at this point
got running
jackphillips7764
committed
1b36079
View commit details
Copy full SHA for 1b36079
Browse repository at this point
Merge branch 'master' of github.com:off-by-1-error/maSSLess
Show description for 544bcb4
Jacques Becker
committed
544bcb4
View commit details
Copy full SHA for 544bcb4
Browse repository at this point
fixed massless.py to use our aes implementation
Jacques Becker
committed
45da5fb
View commit details
Copy full SHA for 45da5fb
Browse repository at this point
Commits on Dec 2, 2018
remove all sha rerences
jackphillips7764
committed
72228a5
View commit details
Copy full SHA for 72228a5
Browse repository at this point
added to current implementation
jackphillips7764
committed
3ee56c4
View commit details
Copy full SHA for 3ee56c4
Browse repository at this point
added sha256
jackphillips7764
committed
3ec6a2e
View commit details
Copy full SHA for 3ec6a2e
Browse repository at this point
added sha1
jackphillips7764
committed
b656da6
View commit details
Copy full SHA for b656da6
Browse repository at this point
Commits on Nov 29, 2018
implemented cbc mode
Jacques Becker
committed
2805d7b
View commit details
Copy full SHA for 2805d7b
Browse repository at this point
cleaned up and commented
Jacques Becker
committed
8323f91
View commit details
Copy full SHA for 8323f91
Browse repository at this point
implemented the inverse cipher
Jacques Becker
committed
ed9a441
View commit details
Copy full SHA for ed9a441
Browse repository at this point
finished key scheduler and core cipher
Jacques Becker
committed
40938e8
View commit details
Copy full SHA for 40938e8
Browse repository at this point
Commits on Nov 28, 2018
Merge branch 'master' of github.com:off-by-1-error/maSSLess
Jacques Becker
committed
7fb0f8c
View commit details
Copy full SHA for 7fb0f8c
Browse repository at this point
add minimum python version for secrets
jman3323
committed
ebca8f8
View commit details
Copy full SHA for ebca8f8
Browse repository at this point
improved server/client programs
jman3323
committed
db65ab9
View commit details
Copy full SHA for db65ab9
Browse repository at this point
yo, check it
jman3323
committed
438439f
View commit details
Copy full SHA for 438439f
Browse repository at this point
compute shared keys correctly
jman3323
committed
501f399
View commit details
Copy full SHA for 501f399
Browse repository at this point
need to correctly decryptp finished message
jman3323
committed
bb739aa
View commit details
Copy full SHA for bb739aa
Browse repository at this point
as server, gets master secret
jman3323
committed
0f21af5
View commit details
Copy full SHA for 0f21af5
Browse repository at this point
server program
jman3323
committed
b49f935
View commit details
Copy full SHA for b49f935
Browse repository at this point
Merge branch 'master' of github.com:off-by-1-error/maSSLess
jman3323
committed
8871448
View commit details
Copy full SHA for 8871448
Browse repository at this point
parse private key.pem
jman3323
committed
e42f5e7
View commit details
Copy full SHA for e42f5e7
Browse repository at this point
added outline for parse
jackphillips7764
committed
0f6d19e
View commit details
Copy full SHA for 0f6d19e
Browse repository at this point
readme with dependency
jman3323
committed
4dfdea4
View commit details
Copy full SHA for 4dfdea4
Browse repository at this point
sample legit connect to google
jman3323
committed
744cb13
View commit details
Copy full SHA for 744cb13
Browse repository at this point
not working :(
jman3323
committed
553eb6e
View commit details
Copy full SHA for 553eb6e
Browse repository at this point
Commits on Nov 27, 2018
Merge branch 'master' of github.com:off-by-1-error/maSSLess
jman3323
committed
a42cedd
View commit details
Copy full SHA for a42cedd
Browse repository at this point
implemented mixColumns()
Jacques Becker
committed
c9f6244
View commit details
Copy full SHA for c9f6244
Browse repository at this point
debugged the mix() function
Jacques Becker
committed
91ed57c
View commit details
Copy full SHA for 91ed57c
Browse repository at this point
almost done handshake, need to do PRF (sha256) and find out if rsa is padded
jman3323
committed
0259d79
View commit details
Copy full SHA for 0259d79
Browse repository at this point
Commits on Nov 23, 2018
implemented shiftRows
Jacques Becker
committed
703e018
View commit details
Copy full SHA for 703e018
Browse repository at this point
Commits on Nov 22, 2018
added the inverse s-box and implemented invSubBytes
Jacques Becker
committed
82af27c
View commit details
Copy full SHA for 82af27c
Browse repository at this point
Commits on Nov 21, 2018
implemented subBytes
Jacques Becker
committed
ff42682
View commit details
Copy full SHA for ff42682
Browse repository at this point
Previous
Next
You can’t perform that action at this time.