Class: CoBreak::Details

Inherits:
Object
  • Object
show all
Defined in:
lib/cobreak/details.rb

Class Method Summary collapse

Class Method Details

.cipherObject



12
13
14
# File 'lib/cobreak/details.rb', line 12

def self.cipher()
  return %w(base64 base32 base16 ascii85 cesar binary)
end

.cryptObject



15
16
17
# File 'lib/cobreak/details.rb', line 15

def self.crypt()
  return %w(MD4 MD5 SHA1 SHA224 SHA256 SHA384 SHA512 RIPEMD160)
end

.dateObject



9
10
11
# File 'lib/cobreak/details.rb', line 9

def self.date()
  return "2020-5-25"
end

.dependeciasObject



6
7
8
# File 'lib/cobreak/details.rb', line 6

def self.dependecias()
  return %w(base14 base32 base16 ascii85 cesar binary openssl animat sequel sqlite3)
end

.infoObject



3
4
5
# File 'lib/cobreak/details.rb', line 3

def self.info()
  return "The CoBreak script is an cipher and cryptography tool made with the purpose of facilitating the encryption of data or others, it includes parameters to brute force the hashes through dictionaries"
end