Sandboxie est ce qu'on pourrait appeler un programme de protection d'ordinateur, mais pas dans la même catégorie qu'un antivirus ou autre anti-malware. Dans les grandes lignes, il permet de créer un espace sécurisé où ira s’exécuter un logiciel souhaité (un navigateur internet, un programme quelconque) et toutes les modifications apportées par le logiciel isolé ne se répercutera pas en dehors de l'espace protégé.
Par exemple, dans le cas d'une navigation sur internet avec un navigateur isolé, si vous téléchargez un fichier exécutable qui s'avère être un virus (on parle beaucoup des CryptoLocker ou d'autres logiciels de rançons), le malware ne modifiera que les fichiers à l'intérieur de l'espace protégé laissant ainsi tous les documents et photos personnelles en dehors de cet espace intact.
Sandboxie est un logiciel devenu gratuit pour une utilisation personnelle depuis la version 5.31, des modifications ont été entrepris pour une transformation en logiciel open-source. Ainsi, depuis avril 2020, un autre développeur a repris le développement sous forme d'un fork appelé : Sandboxie Plus.
Il est compatible de Windows 7 à Windows 11 (64 bits uniquement).
Sandboxie Plus / Sandboxie Classic
Versions actuelles : 1.17.1 / 5.72.1
Windows 32 et 64 bits
Fixed (1.17.1)
- fixed regression sbiesvc IPC failing on windows 10 intriduced in 1.17.0 #5226
- fixed regression edge failing to fully terminate on close
- fixed crash in vintage view
Added (1.17.0)
- added icons to Sandboxie service applications #5160
- added name of sandbox in the border #3746
- added global option 'ForceBoxDocs=y', allows to force all programs opening a file from a boxed path to the appropriate sandbox
- added new box border mode 'all', when active the border is shown for all windows of sandboxed processes, not only for the one in focus
- added missing serial number support to SbieCtrl
- added mechanism to export/import multiple boxes at once
- added UseAlternateIpcNaming=y instead of using a separated NT Object namespace in this mode sandboxed objects get a name suffix
- Note: this mode can only be used with App Compartment boxes, as else the sbiedrv would block the accesses.
Changed (1.17.0)
- validated compatibility with Windows build 28020 and updated DynData
- when 'UseCreateToken=y', we always use 'CopyTokenAttributes=y' to fix UWP issues
- to force 'UseCreateToken=y', 'SandboxieAllGroup=y' is the new default
- 'NoUntrustedToken=y' can now be set in box options
- reworked LPC server implementation in SbieSvc, to-do: switch to ALPC
- improved App Compartment IPC handling
- improved RenameSection handling to preserve comments and original section order #5220
Fixed (1.17.0)
- fixed failure to mount registry when starting a UWP application sandboxed
- fixed API CryptUnprotectData always returns a wrong ppszDataDescr #5191
- fixed handle leak in SbieDll.dll
- fixed the issue with switching sandbox sorting in the view #5201 (thanks Catreap)
- fixed Microsoft Edge 144 crashes in Application Compartment boxes #5188
- fixed File Searching bar crash when performing multiple searches within a sandbox #5166 #5221