CINXE.COM

Device Encryption | Information Technology at Johns Hopkins

<!doctype html> <html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Device Encryption | Information Technology at Johns Hopkins</title> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pace-js@latest/pace-theme-default.min.css"> <link rel='stylesheet' href='https://it.johnshopkins.edu/wp-content/themes/IT_JH/vendors/pace/loading-bar.css'/> <style type="text/css"> /* ============ desktop view ============ */ @media all and (min-width: 992px) { .sub-menu li{ position: relative; } .sub-menu .submenu{ display: none; position: absolute; left:100%; top:-7px; } .sub-menu .submenu-left{ right:100%; left:auto; } .sub-menu > li:hover{ } .sub-menu > li:hover > .submenu{ display: block; } } /* ============ desktop view .end// ============ */ /* ============ small devices ============ */ @media (max-width: 991px) { .sub-menu .sub-menu{ margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem; } } /* ============ small devices .end// ============ */ </style> <script type="text/javascript"> // window.addEventListener("resize", function() { // "use strict"; window.location.reload(); // }); document.addEventListener("DOMContentLoaded", function(){ /////// Prevent closing from click inside dropdown document.querySelectorAll('.sub-menu').forEach(function(element){ element.addEventListener('click', function (e) { e.stopPropagation(); }); }) // make it as accordion for smaller screens if (window.innerWidth < 992) { // close all inner dropdowns when parent is closed document.querySelectorAll('.navbar .menu-item-has-children').forEach(function(everydropdown){ everydropdown.addEventListener('hidden.bs.dropdown', function () { // after dropdown is hidden, then find all submenus this.querySelectorAll('.sub-menu').forEach(function(everysubmenu){ // hide every submenu as well everysubmenu.style.display = 'none'; }); }) }); document.querySelectorAll('.sub-menu a').forEach(function(element){ element.addEventListener('hover', function (e) { let nextEl = this.nextElementSibling; if(nextEl && nextEl.classList.contains('sub-menu')) { // prevent opening link if link needs to open dropdown e.preventDefault(); console.log(nextEl); if(nextEl.style.display == 'block'){ nextEl.style.display = 'none'; } else { nextEl.style.display = 'block'; } } }); }) } // end if innerWidth }); // DOMContentLoaded end </script> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//ajax.aspnetcdn.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/it.johnshopkins.edu\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://it.johnshopkins.edu/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' type='text/css' media='all' /> <style id='safe-svg-svg-icon-style-inline-css' type='text/css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='pb-accordion-blocks-style-css' href='https://it.johnshopkins.edu/wp-content/plugins/accordion-blocks/build/index.css?ver=1.5.0' type='text/css' media='all' /> <link rel='stylesheet' id='uag-style-3460-css' href='https://it.johnshopkins.edu/wp-content/uploads/uag-plugin/assets/3000/uag-css-3460.css?ver=1732646482' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://it.johnshopkins.edu/wp-content/themes/IT_JH/css/bootstrap.min.css?ver=6.7.1' type='text/css' media='all' /> <link rel='stylesheet' id='style-css' href='https://it.johnshopkins.edu/wp-content/themes/IT_JH/style.css?ver=6.7.1' type='text/css' media='all' /> <link rel="https://api.w.org/" href="https://it.johnshopkins.edu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://it.johnshopkins.edu/wp-json/wp/v2/it-services/3460" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://it.johnshopkins.edu/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <link rel="canonical" href="https://it.johnshopkins.edu/it-services/security/laptop-encryption/" /> <link rel='shortlink' href='https://it.johnshopkins.edu/?p=3460' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://it.johnshopkins.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fit.johnshopkins.edu%2Fit-services%2Fsecurity%2Flaptop-encryption%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://it.johnshopkins.edu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fit.johnshopkins.edu%2Fit-services%2Fsecurity%2Flaptop-encryption%2F&#038;format=xml" /> <style id="uagb-style-conditional-extension">@media (min-width: 1025px){body .uag-hide-desktop.uagb-google-map__wrap,body .uag-hide-desktop{display:none !important}}@media (min-width: 768px) and (max-width: 1024px){body .uag-hide-tab.uagb-google-map__wrap,body .uag-hide-tab{display:none !important}}@media (max-width: 767px){body .uag-hide-mob.uagb-google-map__wrap,body .uag-hide-mob{display:none !important}}</style><link rel="icon" href="https://it.johnshopkins.edu/wp-content/uploads/2021/07/IT@JH_favicon.ico" sizes="32x32" /> <link rel="icon" href="https://it.johnshopkins.edu/wp-content/uploads/2021/07/IT@JH_favicon.ico" sizes="192x192" /> <link rel="apple-touch-icon" href="https://it.johnshopkins.edu/wp-content/uploads/2021/07/IT@JH_favicon.ico" /> <meta name="msapplication-TileImage" content="https://it.johnshopkins.edu/wp-content/uploads/2021/07/IT@JH_favicon.ico" /> <link rel="stylesheet" type="text/css" href="https://it.johnshopkins.edu/wp-content/themes/IT_JH/evo-calendar/css/evo-calendar.css"/> </head> <body> <header> <div class="container-fluid"> <nav class="navbar navbar-dark navbar-expand-md"> <div class="navbar-brand"> <a href="https://it.johnshopkins.edu/" class="custom-logo-link" rel="home"><img width="345" height="40" src="https://it.johnshopkins.edu/wp-content/uploads/2021/07/IT_logo.svg" class="custom-logo" alt="IT Logo - White" decoding="async" /></a></div> <!--?php get_search_form(); ?--> <button class="navbar-toggler ml-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse ml-auto" id="navbarSupportedContent"> <div class="menu-top-menu-container"><ul id="menu-top-menu" class="navbar-nav ml-auto mr-5"><li id="menu-item-15000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15000"><a href="https://it.johnshopkins.edu/ai/">Artificial Intelligence</a></li> <li id="menu-item-29" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-29"><a href="https://it.johnshopkins.edu/it-services/">IT Services <i class="fas fa-caret-down" style="margin-left: 5px;"></i></a> <ul class="sub-menu"> <li id="menu-item-3505" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3505"><a href="https://it.johnshopkins.edu/it-services/academic-technologies/">Academic Technologies</a></li> <li id="menu-item-3506" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3506"><a href="https://it.johnshopkins.edu/it-services/authentication/">Authentication</a></li> <li id="menu-item-3507" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3507"><a href="https://it.johnshopkins.edu/it-services/cloud-services/">Cloud Services</a></li> <li id="menu-item-3508" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3508"><a href="https://it.johnshopkins.edu/it-services/collaboration-tools-and-messaging/">Collaboration Tools and Messaging</a></li> <li id="menu-item-3509" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3509"><a href="https://it.johnshopkins.edu/it-services/enterprise-business-solutions-ebs-sap-finance/">Enterprise Business, SAP, Finance</a></li> <li id="menu-item-3510" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3510"><a href="https://it.johnshopkins.edu/it-services/health-it/">Health IT</a></li> <li id="menu-item-3511" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3511"><a href="https://it.johnshopkins.edu/it-services/mobile-devices-and-client-technology/">Mobile Devices and Client Technology</a></li> <li id="menu-item-3512" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3512"><a href="https://it.johnshopkins.edu/it-services/network-getting-connected/">Network/Getting Connected</a></li> <li id="menu-item-3513" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3513"><a href="https://it.johnshopkins.edu/it-services/precision-medicine/">Precision Medicine</a></li> <li id="menu-item-3514" class="menu-item menu-item-type-post_type menu-item-object-it-services current-it-services-ancestor menu-item-3514"><a href="https://it.johnshopkins.edu/it-services/security/">Security</a></li> <li id="menu-item-3515" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3515"><a href="https://it.johnshopkins.edu/it-services/solution-center/">Help Desk / Solution Center</a></li> <li id="menu-item-3516" class="menu-item menu-item-type-post_type menu-item-object-it-services menu-item-3516"><a href="https://it.johnshopkins.edu/it-services/technology-innovation-center/">Technology Innovation Center</a></li> </ul> </li> <li id="menu-item-2526" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2526"><a href="https://it.johnshopkins.edu/about-itjh/">About IT@JH</a></li> </ul></div> <!--form class="form-inline my-2 my-lg-0"> <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> </form--> </div> <a class="search-menuitem" href="/search"><i class="fas fa-search"></i></a> </nav> </div> </header> <div class="section-header"> <div class="container hr"> <div class="breadcrumb"> <div id="crumbs"><a class="breadcrumb-home" href="https://it.johnshopkins.edu"><img src="https://it.johnshopkins.edu/wp-content/themes/IT_JH/img/home-icon.png" alt="Home" /></a> | <a href="https://it.johnshopkins.edu//it-services/">IT Services</a> | <span class="current">Device Encryption</span></div> </div> </div> </div> <section class="gr-bg"> <div class="container card shadow-sm my-5 pt-3 px-sm-3 px-lg-5 pb-5"> <div class="section-header"> <h1> Device Encryption</h1> </div> <div class="row"> <div class="col"> <h2 class="wp-block-heading">Laptop Encryption</h2> <p>Johns Hopkins policy requires device encryption on laptop computers that may store sensitive or restricted information (e.g. SSN and financial information, patient information). For laptops used by faculty, staff, and students in Johns Hopkins Medicine, the presumption is that the device may be used for this purpose and therefore must be encrypted. Users should work with their local IT support professional to backup and encrypt laptops. Deployment of encryption may require technical expertise. Please contact your local IT support professional for assistance with the best method to encrypt your device.</p> <h2 class="wp-block-heading">Windows Laptop Encryption</h2> <p>Windows users should work with their local IT support professional to ensure that encryption is deployed. Microsoft Bitlocker encryption generally requires some technical expertise to install. Bitlocker is supported by an enterprise deployment of Microsoft Bitlocker Administration and Monitoring (MBAM), which provides centralized management and reporting for Bitlocker encryption keys. Information about MBAM is available on the MBAM SharePoint site. Please contact <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2a474544435e455843444d6a40424743044f4e5f">[email&#160;protected]</a> if you have additional questions.</p> <h2 class="wp-block-heading">Macbook Encryption</h2> <p>Macbook users should work with their local IT support professional to ensure that encryption is effectively deployed. In general MacBook encryption is easier for users to deploy than is Bitlocker, although it is still strongly recommended that users deploy with some technical assistance to ensure that keys are managed properly. Mac OS X has a built-in encryption tool in FileVault 2. Apple has provided step-by-step instructions for implementing FileVault 2.</p> <h2 class="wp-block-heading">Phone/Tablet Encryption</h2> <p>All iOs devices (iPhones and iPads) have built-in encryption that is activated by simply having a passcode used to unlock the device. Android devices differ by manufacturer; they have encryption capabilities, but for most devices, encryption is not activated automatically. If you are not sure whether your phone or device is encrypted, please contact your local IT support professional.</p> <h2 class="wp-block-heading">Frequently Asked Questions</h2> <div class="wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-d6903d7b uagb-faq-icon-row uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height " data-faqtoggle="true" role="tablist"><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7ecc9cb9 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">What is device encryption, and what does it do?</span></div><div class="uagb-faq-content"><p>Encryption is a technology that protects the contents of your device from unauthorized access by converting it into unreadable code. It is a stronger level of protection than other security features, such as user logins. Device encryption encrypts the entire drive and therefore does not require users to encrypt certain folders or files.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2f73c11d " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">Why is device encryption important?</span></div><div class="uagb-faq-content"><p>The main value of device encryption is in protecting data if the device is lost or stolen. Because laptops are portable and thus more likely to be stolen, we are emphasizing laptop encryption. Several dozen Johns Hopkins laptops are lost or stolen each year, and it is important that any sensitive data on these laptops not be compromised. A simple log-in does not protect the underlying data and it must be encrypted to be secure.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-d647b79f " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">Is device encryption common practice?</span></div><div class="uagb-faq-content"><p>Johns Hopkins has had an institutional laptop encryption program since 2007. Every academic medical center and most universities have such a program. It is considered a basic requirement for HIPAA compliance and also commonly required for handling other forms of sensitive information.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-cb74b470 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">Must I encrypt my device?</span></div><div class="uagb-faq-content"><p>All faculty, staff, and students at Johns Hopkins Medicine must encrypt any laptop computer that is to be used as part of Johns Hopkins work. This includes laptops that are personally owned or managed. Laptops often store data in temporary files, email attachments, and downloads, and therefore device encryption is the only way to secure data against loss ort theft. Encryption also helps to protect you if you store, send, or receive any of the following types of confidential data, such as:<br><br>&#8211; Social Security Numbers<br>&#8211; Financial information, such as credit card and bank account numbers<br>&#8211; Protected Health Information as defined by HIPAA<br>&#8211; Research information<br>&#8211; Other proprietary information</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2003a3b5 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">I am a university employee not working in Johns Hopkins Medicine (JHM), must my laptop be encrypted?</span></div><div class="uagb-faq-content"><p>Our requirement is that laptops likely to store sensitive information must be encrypted. You should check with your divisional or departmental leadership to determine whether encryption is appropriate for you. If you work with financial or HR data, you are likely to be required to encrypt. Your local IT support professional will also be able to guide you.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-084e79db " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">What type of encryption software does Johns Hopkins use?</span></div><div class="uagb-faq-content"><p>Johns Hopkins uses Microsoft鈥檚 BitLocker Drive Encryption for devices running Windows 7 or above and Apple鈥檚 FileVault 2 for devices running Macintosh OS X. Both of these encryption solutions are native to the respective operating system and offer significant improvement in system performance. Mobile devices, such as tablets and smartphones, are encrypted using native device encryption.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a160993c " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How long does it take to encrypt my hard drive?</span></div><div class="uagb-faq-content"><p>It takes about 20 minutes to install the encryption software, and can then take several hours to complete the encryption, during which time you can use your computer normally. Once the software installation completes, the encryption process should not disturb you while you work.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4350ae06 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">Does encryption affect performance?</span></div><div class="uagb-faq-content"><p>Devices encrypted with BitLocker Drive Encryption and FileVault 2 will not require any additional steps to access your data. Both encryption solutions are native to Windows and OS X, respectively, and require no additional logins. The laptop may take slightly longer for login and shutdown, but these tools have improved dramatically in the past few years and performance issues are negligible.</p></div></div><div class="wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-335a4467 " role="tab" tabindex="0"><div class="uagb-faq-questions-button uagb-faq-questions"> <span class="uagb-icon uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path></svg> </span> <span class="uagb-icon-active uagb-faq-icon-wrap"> <svg xmlns="https://www.w3.org/2000/svg" viewBox= "0 0 448 512"><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"></path></svg> </span> <span class="uagb-question">How do I start the process?</span></div><div class="uagb-faq-content"><p>You should talk to your IT administrator about your devices and the encryption tools appropriate for your device. For personally owned devices, this may mean installation of these tools or recommendations regarding how such devices can be used securely, including Virtual Desktops. We strongly recommend that device agents be installed along with encryption to best protect the device.</p></div></div></div> <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div> <p><strong>Please contact <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d8b5b7b6b1acb7aab1b6bf98b2b0b5b1f6bdbcad">[email&#160;protected]</a> if you have additional questions or if you do not have a local IT support professional.</strong></p> </div> </div> </div> </section> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="https://it.johnshopkins.edu/wp-content/themes/IT_JH/js/jquery-3.6.0.min.js?ver=1" id="jquery-js"></script> <script type="text/javascript" src="https://it.johnshopkins.edu/wp-content/plugins/accordion-blocks/js/accordion-blocks.min.js?ver=1.5.0" id="pb-accordion-blocks-frontend-script-js"></script> <script type="text/javascript" src="https://it.johnshopkins.edu/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/faq.min.js?ver=2.17.0" id="uagb-faq-js-js"></script> <script type="text/javascript" src="https://it.johnshopkins.edu/wp-content/themes/IT_JH/js/bootstrap.js?ver=1" id="bootstrapjs-js"></script> <script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.19.0/jquery.validate.min.js?ver=1" id="jquery-val-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js?ver=1" id="jquery-val-add-js"></script> <script type="text/javascript" src="https://it.johnshopkins.edu/wp-content/themes/IT_JH/js/script.js?ver=1" id="customjs-js"></script> <script type="text/javascript" src="https://it.johnshopkins.edu/wp-content/themes/IT_JH/evo-calendar/js/evo-calendar.js?ver=1" id="calendarjs-js"></script> <footer class="footer bg-white"> <div class="container"> <div class="row"> <div class="col-lg-12 col-sm-12 mr-auto navbar-brand"></div> <!--div class="col-lg-5 col-sm-12 ml-auto navbar-sub-brand"><a href="http://tic.jh.edu" target="blank">Designed &amp; Developed by The Johns Hopkins Technology Innovation Center</a></div--> </div> </div> </footer> <script defer src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" integrity="sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc" crossorigin="anonymous"></script> <script type="text/javascript" language="javascript"> $(document).ready(function(ev){ $('#custom_carousel').on('slide.bs.carousel', function (evt) { $('#custom_carousel .controls li.active').removeClass('active'); $('#custom_carousel .controls li:eq('+$(evt.relatedTarget).index()+')').addClass('active'); }) }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-S9PKJVCGPV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-S9PKJVCGPV'); </script> <!-- <script type="text/javascript" src="<!--?php bloginfo('stylesheet_directory'); ?>/change_calendar_api_response.json"></script>--> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10