This website works better with JavaScript.
Home
Explore
Help
Sign In
aeris
/
cryptcheck
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ANSSI recommendation : 3072 bits min
RGS 2.0 B1, §2.2.1.1 (p17)
v1
Aeris
5 years ago
parent
1e135aa635
commit
2967cd9d39
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lib/cryptcheck/tls/grade.rb
+ 2
- 2
lib/cryptcheck/tls/grade.rb
View File
@@ -101,8 +101,8 @@ module CryptCheck
when 0 then 0
when 0...512 then 10
when 512...1024 then 20
when 1024...
2048
then 50
when
2048
...4096 then 90
when 1024...
3072
then 50
when
3072
...4096 then 90
else 100
end
end
Write
Preview
Loading…
Cancel
Save