Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

319 righe
14 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>LessPass</title>
  6. <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8. <link rel="stylesheet" href="dist/lesspass.min.css">
  9. <link rel="manifest" href="dist/manifest.json">
  10. <link rel="manifest" href="dist/manifest.json">
  11. <meta name="mobile-web-app-capable" content="yes">
  12. <meta name="theme-color" content="#555555">
  13. <meta name="application-name" content="LessPass">
  14. <link rel="apple-touch-icon" sizes="57x57" href="dist/apple-touch-icon-57x57.png">
  15. <link rel="apple-touch-icon" sizes="60x60" href="dist/apple-touch-icon-60x60.png">
  16. <link rel="apple-touch-icon" sizes="72x72" href="dist/apple-touch-icon-72x72.png">
  17. <link rel="apple-touch-icon" sizes="76x76" href="dist/apple-touch-icon-76x76.png">
  18. <link rel="apple-touch-icon" sizes="114x114" href="dist/apple-touch-icon-114x114.png">
  19. <link rel="apple-touch-icon" sizes="120x120" href="dist/apple-touch-icon-120x120.png">
  20. <link rel="apple-touch-icon" sizes="144x144" href="dist/apple-touch-icon-144x144.png">
  21. <link rel="apple-touch-icon" sizes="152x152" href="dist/apple-touch-icon-152x152.png">
  22. <link rel="apple-touch-icon" sizes="180x180" href="dist/apple-touch-icon-180x180.png">
  23. <meta name="apple-mobile-web-app-capable" content="yes">
  24. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  25. <meta name="apple-mobile-web-app-title" content="LessPass">
  26. <link rel="icon" type="image/png" sizes="228x228" href="dist/coast-228x228.png">
  27. <link rel="yandex-tableau-widget" href="dist/yandex-browser-manifest.json">
  28. <meta name="msapplication-TileColor" content="#555555">
  29. <meta name="msapplication-TileImage" content="dist/mstile-144x144.png">
  30. <meta name="msapplication-config" content="dist/browserconfig.xml">
  31. <link rel="icon" type="image/png" sizes="32x32" href="dist/favicon-32x32.png">
  32. <link rel="icon" type="image/png" sizes="192x192" href="dist/android-chrome-192x192.png">
  33. <link rel="icon" type="image/png" sizes="16x16" href="dist/favicon-16x16.png">
  34. <link rel="shortcut icon" href="dist/favicon.ico">
  35. <link rel="apple-touch-startup-image"
  36. media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)"
  37. href="dist/apple-touch-startup-image-320x460.png">
  38. <link rel="apple-touch-startup-image"
  39. media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)"
  40. href="dist/apple-touch-startup-image-640x920.png">
  41. <link rel="apple-touch-startup-image"
  42. media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
  43. href="dist/apple-touch-startup-image-640x1096.png">
  44. <link rel="apple-touch-startup-image"
  45. media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
  46. href="dist/apple-touch-startup-image-750x1294.png">
  47. <link rel="apple-touch-startup-image"
  48. media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)"
  49. href="dist/apple-touch-startup-image-1182x2208.png">
  50. <link rel="apple-touch-startup-image"
  51. media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)"
  52. href="dist/apple-touch-startup-image-1242x2148.png">
  53. <link rel="apple-touch-startup-image"
  54. media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)"
  55. href="dist/apple-touch-startup-image-748x1024.png">
  56. <link rel="apple-touch-startup-image"
  57. media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)"
  58. href="dist/apple-touch-startup-image-768x1004.png">
  59. <link rel="apple-touch-startup-image"
  60. media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"
  61. href="dist/apple-touch-startup-image-1496x2048.png">
  62. <link rel="apple-touch-startup-image"
  63. media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"
  64. href="dist/apple-touch-startup-image-1536x2008.png">
  65. <style>
  66. * {
  67. border-radius: 0 !important;
  68. }
  69. html, body {
  70. height: 100%;
  71. }
  72. body {
  73. background-color: #fafafa;
  74. }
  75. #fold {
  76. background-size: cover;
  77. background: #3398eb url(dist/double-blue-cover.png) no-repeat center center;
  78. min-height: 100%;
  79. }
  80. #fold a.navbar-brand {
  81. color: white;
  82. line-height: 60px;
  83. font-size: 2.5rem;
  84. }
  85. #fold a.icon-download {
  86. color: white;
  87. font-size: 2.5rem;
  88. text-decoration: none;
  89. margin-left: 1.5rem;
  90. }
  91. @media (min-width: 544px) {
  92. #fold .hero {
  93. padding-top: 7rem;
  94. }
  95. }
  96. #features {
  97. background-color: #024379;
  98. color: white;
  99. padding-top: 7rem;
  100. padding-bottom: 7rem;
  101. }
  102. @media (min-width: 544px) {
  103. .feature p {
  104. min-height: 120px;
  105. }
  106. }
  107. .air {
  108. padding-top: 7rem;
  109. padding-bottom: 7rem;
  110. }
  111. @media (min-width: 544px) {
  112. #features {
  113. padding-top: 14rem;
  114. padding-bottom: 7rem;
  115. }
  116. }
  117. </style>
  118. </head>
  119. <body>
  120. <section id="fold">
  121. <div class="container hidden-sm-down py-sm-3">
  122. <a class="navbar-brand" href="https://lesspass.com">
  123. <img src="dist/LessPass-icon-white.svg" width="60" height="60" class="d-inline-block align-top"
  124. alt="LessPass">
  125. LessPass
  126. </a>
  127. <div class="float-right">
  128. <h1 class="d-inline">
  129. <a class="icon-download"
  130. href="https://chrome.google.com/webstore/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih">
  131. <i class="fa fa-chrome" aria-hidden="true"></i>
  132. </a>
  133. </h1>
  134. <h1 class="d-inline">
  135. <a class="icon-download" href="https://addons.mozilla.org/en-US/firefox/addon/lesspass/">
  136. <i class="fa fa-firefox" aria-hidden="true"></i>
  137. </a>
  138. </h1>
  139. <h1 class="d-inline">
  140. <a class="icon-download"
  141. href="https://play.google.com/store/apps/details?id=com.lesspass.android&hl=en">
  142. <i class="fa fa-android" aria-hidden="true"></i>
  143. </a>
  144. </h1>
  145. </div>
  146. </div>
  147. <div class="container hero">
  148. <div class="row align-items-center justify-content-between">
  149. <div class="col-12 p-0 mb-5 mt-md-5 col-md-6 push-md-6 col-lg-5 offset-lg-1">
  150. <div id="lesspass"></div>
  151. <div class="text-center text-sm-left text-white">
  152. <small>
  153. <i class="fa fa-shield" aria-hidden="true"></i> For more security use browser extensions
  154. </small>
  155. </div>
  156. </div>
  157. <div class="col-12 text-white col-md-6 pull-md-6">
  158. <h2>Stateless Password Manager</h2>
  159. <p class="lead">
  160. Stop wasting your time synchronizing your encrypted vault. Remember one master password to
  161. access your passwords, anywhere, anytime. No sync needed.
  162. </p>
  163. <p>
  164. <a href="https://blog.lesspass.com/lesspass-how-it-works-dde742dd18a4#.vbgschksh"
  165. class="btn btn-secondary">
  166. How does it work?
  167. </a>
  168. </p>
  169. </div>
  170. </div>
  171. </div>
  172. </section>
  173. <div id="features">
  174. <div class="container">
  175. <div class="row align-items-center justify-content-center">
  176. <div class="col-12 col-sm-5">
  177. <h2>Manage your passwords directly from your browser</h2>
  178. <p class="lead">
  179. LessPass derives a site, a login and a master password to generate a unique password.
  180. You don't need to sync your password vault across every device.
  181. </p>
  182. </div>
  183. <div class="col-12 col-sm-5">
  184. <img src="dist/demo.gif" class="img-fluid" alt="LessPass demo">
  185. </div>
  186. </div>
  187. <div class="row air">
  188. <div class="col-12 col-sm-4 py-5 feature">
  189. <p class="lead">
  190. Manage complex passwords with LessPass options (only numbers, length, etc...)
  191. </p>
  192. <img src="dist/options.png" class="img-fluid my-1" alt="LessPass options">
  193. </div>
  194. <div class="col-12 col-sm-4 py-5 feature">
  195. <p class="lead">
  196. Change generated password without changing your master password. Increment counter field in your
  197. options.
  198. </p>
  199. <img src="dist/counter.png" class="img-fluid my-1" alt="LessPass counter">
  200. </div>
  201. <div class="col-12 col-sm-4 py-5 feature">
  202. <p class="lead">
  203. Detect an error in your master password without revealing it. Memorize your fingerprint:
  204. <br>
  205. "<i>I like to eat in this luxury liner</i>".
  206. </p>
  207. <img src="dist/fingerprint.png" class="img-fluid my-1" alt="LessPass fingerprint">
  208. </div>
  209. </div>
  210. <div class="row align-items-center justify-content-center">
  211. <div class="col-12 col-sm-5">
  212. <h2>Use LessPass Database for complex passwords</h2>
  213. <p class="lead">
  214. We all know sites with stupid password rules.
  215. For this kind of site, we created a "connected" version not to memorize the options.
  216. Sign in, load or save complex password profiles on LessPass Database.
  217. </p>
  218. </div>
  219. <div class="col-12 col-sm-5">
  220. <img src="dist/LessPassDatabase.png" class="img-fluid" alt="LessPass Database">
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. <div style="background-color: #F9F9F9;">
  226. <div class="container">
  227. <div class="row air">
  228. <div class="col-12 col-sm-9">
  229. <h2>Can you see the source code<br>of your current password manager?</h2>
  230. <p class="lead">
  231. To us, a password manager is only as secure as it is transparent.
  232. That's why LessPass is fully open source. Don't just take our word for it,
  233. take a peek under the hood and see for yourself!
  234. <a href="https://github.com/lesspass/lesspass">View on GitHub</a>
  235. </p>
  236. <p>
  237. <a href="https://github.com/lesspass/lesspass">
  238. <img src="dist/stars.png" alt="">
  239. </a>
  240. </p>
  241. </div>
  242. </div>
  243. <div class="row">
  244. <div class="col-12 col-sm-9">
  245. <h2>You can use LessPass on:</h2>
  246. <ul class="list-unstyled lead">
  247. <li>
  248. <a href="https://chrome.google.com/webstore/detail/lesspass/lcmbpoclaodbgkbjafnkbbinogcbnjih">
  249. Chrome extension (<i class="fa fa-chrome" aria-hidden="true"></i>)
  250. </a>
  251. </li>
  252. <li>
  253. <a href="https://addons.mozilla.org/en-US/firefox/addon/lesspass/">
  254. Firefox extension (<i class="fa fa-firefox" aria-hidden="true"></i>)
  255. </a>
  256. </li>
  257. <li>
  258. <a href="https://play.google.com/store/apps/details?id=com.lesspass.cordova&hl=en">
  259. Android (<i class="fa fa-android" aria-hidden="true"></i>)
  260. </a>
  261. </li>
  262. <li>
  263. <a href="https://github.com/lesspass/cli#install">
  264. cli (<i class="fa fa-terminal" aria-hidden="true"></i>)
  265. </a>
  266. </li>
  267. <li>
  268. <a href="https://github.com/lesspass/cozy#install">
  269. Cozy Cloud
  270. </a>
  271. </li>
  272. <li>
  273. soon on Snapcraft (<i class="fa fa-linux" aria-hidden="true"></i>)
  274. </li>
  275. </ul>
  276. </div>
  277. </div>
  278. <div class="row air">
  279. <div class="col-12 col-sm-9">
  280. <h2>You also can self host your LessPass Database</h2>
  281. <p class="lead">
  282. Self host your LessPass Database with Docker on
  283. <a href="https://github.com/lesspass/lesspass/#self-host-your-lesspass-database">
  284. your server (<i class="fa fa-server" aria-hidden="true"></i>)
  285. </a>
  286. </p>
  287. </div>
  288. </div>
  289. </div>
  290. </div>
  291. <div style="background-color: #F9F9F9;">
  292. <div class="container air">
  293. <div class="row">
  294. <div class="col-12">
  295. <hr>
  296. <small>
  297. Released under the <a href="https://github.com/lesspass/lesspass/blob/master/LICENSE">GPL v3 license</a><br>
  298. Copyright &copy; 2015
  299. <script>new Date().getFullYear() > 2010 && document.write("-" + new Date().getFullYear());</script>
  300. <a href="https://twitter.com/guillaume20100">Guillaume Vincent</a>
  301. </small>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. <script src="dist/lesspass.min.js"></script>
  307. </body>
  308. </html>