{"id":105531,"date":"2022-11-13T15:36:52","date_gmt":"2022-11-13T13:36:52","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske"},"modified":"2022-11-13T15:36:52","modified_gmt":"2022-11-13T13:36:52","slug":"opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske","title":{"rendered":"Shufflecake has been released, a toolkit for creating hidden encrypted partitions on the disk","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Kudelski Security, a company specializing in security audits, has released the Shufflecake toolkit, which allows for the creation of hidden file systems that are spread across available free space in existing partitions and indistinguishable from random residual data. The partitions are created in such a way that, without the access key, proving their existence is problematic, even during forensic analysis. The code for the utilities (shufflecake-userland) and the Linux kernel module (dm-sflc) is written in C and released under the GPLv3 license, which makes it impossible to include the published kernel module in the main kernel due to incompatibility with the GPLv2 license under which the kernel is distributed.    <\/p>\n<p>The project is positioned as a more advanced solution than Truecrypt and Veracrypt for hiding sensitive data, which has native support for the Linux platform and allows for the placement of up to 15 hidden partitions on a device, nested within each other to obscure their existence. While the application of Shufflecake itself is not a secret, as can be judged by the presence of the corresponding utilities in the system, the overall number of created hidden partitions cannot be determined. The hidden partitions can be formatted at the user's discretion to accommodate any file systems, such as ext4, xfs, or btrfs. Each partition is treated as a separate virtual block device with its own unlock key.        <\/p>\n<p>To obscure traces, it is recommended to use the behavior model of 'plausible deniability,' which means that valuable data is hidden as additional layers within encrypted sections containing less valuable data, forming a kind of hidden hierarchy of sections. In case of pressure, the device owner can reveal the key to the encrypted section, but this section may conceal other sections (up to 15 nested levels), and determining their presence and proving existence is problematic.    <\/p>\n<p>Hiding is achieved by forming each section as a set of encrypted slices that are placed in random positions on the storage device. Each slice is created dynamically when additional storage space is required within the section. To complicate analysis, slices from different sections are interspersed, i.e., Shufflecake sections are not linked to contiguous areas and slices from all sections are mixed together. Information about the used and free slices is stored in a location map associated with each section, which is referenced by the encrypted header. Both the maps and the header are encrypted and are indistinguishable from random data without knowledge of the access key.    <\/p>\n<p>The header is divided into slots, each defining its section and associated slices. The slots in the header are stacked and recursively linked \u2014 the current slot contains the key to decrypt the parameters of the previous section in the hierarchy (less hidden), which allows using one password to decrypt all less hidden sections related to the selected section. Each less hidden section considers the slices of nested sections as free.    <\/p>\n<p>By default, all nested Shufflecake sections have the same visible size as the top-level section. For example, if three sections are used on a device with a size of 1 GB, each will be visible to the system as a section with a size of 1 GB, and the total available disk space will be shared among all sections \u2014 if the total size of saved data exceeds the actual device size, an input\/output error will start to occur.       <\/p>\n<p>Unopened nested sections do not participate in space distribution, meaning that attempting to fill a top-level section will overwrite data in nested sections without revealing their presence through data size analysis that could fit in the section before an error is triggered (it is assumed that top-level sections contain immutable data to distract attention and are never used individually, while regular operations always occur with the most recently nested section; the scheme implies that it is more important to maintain the secrecy of data existence than to lose that data).        <\/p>\n<p>In fact, 15 Shufflecake sections are always created \u2014 the used sections are tied to the user password, while unused sections are assigned a randomly generated password (it is impossible to know how many sections are really in use). When initializing Shufflecake sections, the disk, partition, or virtual block device allocated for their placement is filled with random data, which does not allow determining the metadata and Shufflecake data against the overall background.          <\/p>\n<p>The implementation of Shufflecake offers quite high performance, but due to overhead, it has approximately half the throughput compared to disk encryption based on the LUKS subsystem. The use of Shufflecake also results in additional memory and storage space requirements for metadata on the disk. Memory costs are estimated at 60 MB per partition, while disk space usage is about 1% of the total size. In comparison, a similar technique, WORAM, leads to slowdowns ranging from 5 to 200 times with a 75% loss of usable disk space.      <\/p>\n<p>The toolkit and kernel module have only been tested on Debian and Ubuntu with kernels 5.13 and 5.15 (support for Ubuntu 22.04 is provided). It is noted that the project should currently be regarded as a working prototype that should not be used for storing important data. Future plans include further optimization of performance, reliability, and security, as well as providing the ability to boot from Shufflecake partitions.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=58105\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Kudelski Security, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0449\u0430\u044f\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0430\u0443\u0434\u0438\u0442\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 Shufflecake, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0440\u0430\u0437\u043c\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0438\u043c\u0435\u044e\u0449\u0435\u043c\u0443\u0441\u044f \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0443 \u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u0445 \u0438 \u043d\u0435 \u043e\u0442\u043b\u0438\u0447\u0438\u043c\u044b\u0435 \u043e\u0442 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445 \u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445. \u0420\u0430\u0437\u0434\u0435\u043b\u044b \u0441\u043e\u0437\u0434\u0430\u044e\u0442\u0441\u044f \u0442\u0430\u043a\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0447\u0442\u043e \u043d\u0435 \u0437\u043d\u0430\u044f \u043a\u043b\u044e\u0447 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0445 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0430\u0436\u0435 \u043f\u0440\u0438 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u043a\u0440\u0438\u043c\u0438\u043d\u0430\u043b\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0430\u043d\u0430\u043b\u0438\u0437\u0430. \u041a\u043e\u0434 \u0443\u0442\u0438\u043b\u0438\u0442 (shufflecake-userland) \u0438 \u043c\u043e\u0434\u0443\u043b\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-105531","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Kudelski Security, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0449\u0430\u044f\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0430\u0443\u0434\u0438\u0442\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 Shufflecake, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0440\u0430\u0437\u043c\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0438\u043c\u0435\u044e\u0449\u0435\u043c\u0443\u0441\u044f \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u043c\u0443.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d Shufflecake, \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043d\u0430 \u0434\u0438\u0441\u043a\u0435 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Kudelski Security, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0449\u0430\u044f\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0430\u0443\u0434\u0438\u0442\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 Shufflecake, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0440\u0430\u0437\u043c\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0438\u043c\u0435\u044e\u0449\u0435\u043c\u0443\u0441\u044f \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u043c\u0443.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-11-13T13:36:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-11-13T13:36:52+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Shufflecake Released, a Toolkit for Creating Hidden Encrypted Disk Partitions | ProHoster","description":"Kudelski Security, a company specializing in security audits, has released Shufflecake, a toolkit that allows the creation of hidden file systems scattered across available free space.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d Shufflecake, \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u043a\u0440\u044b\u0442\u044b\u0445 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043d\u0430 \u0434\u0438\u0441\u043a\u0435 | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Kudelski Security, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0449\u0430\u044f\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0430\u0443\u0434\u0438\u0442\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 Shufflecake, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0441\u043a\u0440\u044b\u0442\u044b\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0440\u0430\u0437\u043c\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0438\u043c\u0435\u044e\u0449\u0435\u043c\u0443\u0441\u044f \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u043c\u0443.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-shufflecake-instrumentarij-dlya-sozdaniya-skrytyh-shifrovannyh-razdelov-na-diske","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-11-13T13:36:52+00:00","article:modified_time":"2022-11-13T13:36:52+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/105531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=105531"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/105531\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=105531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=105531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=105531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}