> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Keychain accessible always

<AccordionGroup>
  <Accordion title="keychain-accessible-always">
    The application was observed to store keychain items with the accessibility type `kSecAttrAccessibleAlways` meaning that the data is not sufficiently protected at rest. Ideally, the application should use `kSecAttrAccessibleWhenUnlocked` to configure the data to be accessible only when the user has unlocked the screen.<br />**Likelihood**: LOW<br />**Confidence**: HIGH<br />**CWE**: <br />- C
    <br />- W
    <br />- E
    <br />- -
    <br />- 2
    <br />- 7
    <br />- 2
    <br />- :
    <br />-\
    <br />- L
    <br />- e
    <br />- a
    <br />- s
    <br />- t
    <br />-\
    <br />- P
    <br />- r
    <br />- i
    <br />- v
    <br />- i
    <br />- l
    <br />- e
    <br />- g
    <br />- e
    <br />-\
    <br />- V
    <br />- i
    <br />- o
    <br />- l
    <br />- a
    <br />- t
    <br />- i
    <br />- o
    <br />- n
  </Accordion>
</AccordionGroup>
