CYBERSEC Glossary is a comprehensive cybersecurity reference database featuring 60+ terms across 6 categories, including 28 industry certifications from major bodies like CompTIA, (ISC)ยฒ, and GIAC. Designed for professionals and students, this interactive tool provides quick access to definitions, exam objectives, and career insights. Built with HTML, CSS, and JavaScript, it offers a responsive, terminal-style interface with grid/list views and search functionality.
| Category | Count | Description |
|---|---|---|
| Certifications | 28 | Complete industry certifications from all major bodies |
| Organizations | 4 | Key certification and training organizations |
| Roles | 3 | Cybersecurity job roles and hacker classifications |
| Concepts | 16 | Core security concepts and principles |
| Skills | 3 | Essential technical skills for cybersecurity professionals |
| General | 5 | Career and statistical terminology |
- โ A+ โ Foundational IT skills
- โ Network+ โ Networking fundamentals
- โ Security+ โ Core cybersecurity
- โ CySA+ โ Cybersecurity Analyst
- โ PenTest+ โ Penetration testing
- โ CASP+ โ Advanced Security Practitioner
- โ CC Certification โ Entry-level cybersecurity
- โ CISSP โ Certified Information Systems Security Professional
- โ SSCP โ Systems Security Certified Practitioner
- โ CCSP โ Certified Cloud Security Professional
- โ HCISPP โ HealthCare Information Security
- โ CGRC โ Governance of Enterprise IT Risk
- โ GCED โ Enterprise Defender
- โ GCIA โ Intrusion Analyst
- โ GCIP โ Critical Infrastructure Protection
- โ GICSP โ Industrial Cyber Security
- โ GLEG โ Law of Data Security
- โ GX-FA โ Experienced Forensic Analyst
- โ GX-IH โ Experienced Incident Handler
- โ CEH โ Certified Ethical Hacker
- โ C|CISO โ Certified Chief Information Security Officer
- โ CISA โ Certified Information Systems Auditor
- โ CRISC โ Certified Risk and Information Systems Control
- โ CDPSE โ Certified Data Privacy Solutions Engineer
- โ CERP โ Certified Risk Professional (ABA)
- โ CRCM โ Certified Regulatory Compliance Manager (ABA)
- โ PCIP โ PCI Professional
- โ CC Certification โ ISC2 Entry-Level
- โ C|CISO โ EC-Council Leadership
- Real-time search across terms and definitions
- Alphabetical filtering (A-Z) with letter navigation
- Active filter count showing results
- Search highlighting in both terms and definitions
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ TOTAL TERMS: 60+ โ
โ SHOWING: 60 โ
โ CERTIFICATIONS: 28 โ
โ EXPANDED: 0 โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
| View | Icon | Description |
|---|---|---|
| Grid View | โ |
Card-based layout with term previews |
| List View | โฐ |
Compact list for quick scanning |
- Expandable definitions with click-to-expand
- Category color-coding for visual identification
- Definition preview (collapsed view)
- Copy button for easy definition sharing
- Highlighted search terms in results
| Category | Color | Hex |
|---|---|---|
| Certifications | Cyan | #00d4ff |
| Organizations | Green | #00ff9d |
| Roles | Gold | #f0a500 |
| Concepts | Purple | #c084fc |
| Skills | Mint | #4ade80 |
| General | Slate | #94a3b8 |
- Visit ๐ https://willie-conway.github.io/CYBERSEC-Glossary/
- Search for terms using the search bar
- Filter by first letter using the A-Z navigation
- Click any card to expand the full definition
- Copy definitions with the copy button
- Toggle views between grid and list layouts
- Study for certification exams (Security+, CISSP, etc.)
- Look up unfamiliar terms while reading
- Build vocabulary for interviews
- Quick reference during study sessions
- Refresh knowledge on certification requirements
- Reference during security discussions
- Share definitions with colleagues
- Prepare for role transitions
- Understand cybersecurity landscape
- Identify relevant certifications
- Learn industry terminology
- Navigate certification paths
- Dark background (
#050a0f) for reduced eye strain - Cyan glow (
#00d4ff) as primary accent - Scan line overlay for retro terminal feel
- Grid background for technical depth
- Blinking cursor for authenticity
- Share Tech Mono โ Monospace for tags and stats
- Rajdhani โ Headers and term names
- Exo 2 โ Body text for readability
- Hover effects with cyan glow
- Expansion animations for definitions
- Copy feedback with success state
- Active filter highlighting
- Staggered card animations
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ CYBERSEC Glossary App โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ Data Layer โ โ
โ โ โข TERMS array (60+ entries) โ โ
โ โ โข Categories: 6 โ โ
โ โ โข Certifications: 28 โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ Filter Layer โ โ
โ โ โข Alpha filter (A-Z) โ โ
โ โ โข Search filter (real-time) โ โ
โ โ โข Combined filtering logic โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ View Layer โ โ
โ โ โข Grid view (cards) โ โ
โ โ โข List view (compact) โ โ
โ โ โข Expandable cards โ โ
โ โ โข Copy functionality โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// Core filtering
getFilteredTerms() // Apply both alpha and search filters
setFilter(letter) // Set alphabetical filter
buildAlphaBar() // Generate A-Z navigation
// Search & Highlight
highlight(text, query) // Highlight search terms in results
escapeHtml(str) // Sanitize HTML for security
// Rendering
render() // Main render function
grouped[letter] // Group terms by first letter
// Interactivity
copyDef(e, btn, text) // Copy definition to clipboard
expand/collapse // Toggle definition visibility{
term: "CISSP", // Term name
definition: "Certified Information...", // Full definition
category: "Certifications" // Category assignment
}| Category | Count | Examples |
|---|---|---|
| Certifications | 28 | A+, Security+, CISSP, CEH, CISA |
| Organizations | 4 | CompTIA, (ISC)ยฒ, GIAC, EC-Council |
| Roles | 3 | CISO, White Hat, Black Hat |
| Concepts | 16 | Firewalls, Encryption, Risk Management |
| Skills | 3 | Networking, Database, Permissions |
| General | 5 | Median, Range, Academic Pathways |
| Browser | Support |
|---|---|
| Chrome | โ Full support |
| Firefox | โ Full support |
| Safari | โ Full support |
| Edge | โ Full support |
| Opera | โ Full support |
| Mobile Chrome | โ Responsive |
| Mobile Safari | โ Responsive |
- Load Time: < 0.5 seconds (zero external dependencies)
- Memory Usage: < 20 MB
- Search Speed: Instant (client-side filtering)
- Network: Zero requests after initial load
The CYBERSEC Glossary is completely safe:
- โ No data collection
- โ No external scripts
- โ No tracking
- โ No cookies
- โ No network requests
- โ Pure static HTML/CSS/JS
MIT License โ see LICENSE file for details.
- CompTIA for certification standards
- (ISC)ยฒ for cybersecurity framework
- GIAC for practical certification focus
- EC-Council for ethical hacking standards
- ISACA for audit and risk frameworks
- GitHub Issues: Create an issue
- Website: https://willie-conway.github.io/CYBERSEC-Glossary/
- Add more certification details (exam codes, requirements)
- Include salary ranges for roles
- Add certification path visualizations
- Include study resource links
- Add dark/light theme toggle
- Export definitions as PDF
๐ CYBERSEC Glossary โ Your Complete Cybersecurity Reference Database ๐
Last updated: March 2025



